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

[To be supplied.]

Overload List

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;

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace