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( _ ByVal attributes() As MemberAttribute _ ) As PropertyDescriptorCollection [C#] PropertyDescriptorCollection GetProperties( MemberAttribute[] attributes ); [C++] PropertyDescriptorCollection* GetProperties( MemberAttribute* attributes[] ) = 0; [JScript] function GetProperties( attributes : MemberAttribute[] ) : PropertyDescriptorCollection;
an array of properties this component surfaces that match the given set of attributes..
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor.GetProperties Overload List