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.GetAttributes

Retrieves an array of member attributes for the given object.

[Visual Basic]
Function GetAttributes() As MemberAttributeCollection
[C#]
MemberAttributeCollection GetAttributes();
[C++]
MemberAttributeCollection* GetAttributes() = 0;
[JScript]
function GetAttributes() : MemberAttributeCollection;

Return Value

the array of attributes on the class. This will never be null.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace