[To be supplied.]
[Visual Basic] Overrides Public Function GetProperties( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal attributes() As MemberAttribute _ ) As PropertyDescriptorCollection [C#] public override PropertyDescriptorCollection GetProperties( ITypeDescriptorContext context, object value, MemberAttribute[] attributes ); [C++] public: override PropertyDescriptorCollection* GetProperties( ITypeDescriptorContext* context, Object* value, MemberAttribute* attributes[] ); [JScript] public override function GetProperties( context : ITypeDescriptorContext, value : Object, attributes : MemberAttribute[] ) : PropertyDescriptorCollection;
ValueEditorConverter Class | ValueEditorConverter Members | System.ComponentModel.Design Namespace