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;
an array of properties this component surfaces.
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor.GetProperties Overload List