[To be supplied.]
Retrieves an array of properties that the given component instance provides. This may differ from the set of properties the class provides. If the component is sited, the site may add or remove additional properties. The returned array of properties will be filtered by the given set of attributes.
[Visual Basic] Overloads Function GetProperties(MemberAttribute()) As PropertyDescriptorCollection
[C#] PropertyDescriptorCollection GetProperties(MemberAttribute[]);
[C++] PropertyDescriptorCollection* GetProperties(MemberAttribute*[]) = 0;
[JScript] function GetProperties(MemberAttribute[]) : PropertyDescriptorCollection;
Retrieves an array of properties that the given component instance provides. This may differ from the set of properties the class provides. If the component is sited, the site may add or remove additional properties.
[Visual Basic] Overloads Function GetProperties() As PropertyDescriptorCollection
[C#] PropertyDescriptorCollection GetProperties();
[C++] PropertyDescriptorCollection* GetProperties() = 0;
[JScript] function GetProperties() : PropertyDescriptorCollection;
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace