NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICustomTypeDescriptor.GetProperties ()

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;

Return Value

an array of properties this component surfaces.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor.GetProperties Overload List