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!

ICustomAttributeProvider.GetCustomAttributes

Returns all the attributes defined on this member.

Overload List

Return an array of custom attributes identified by Type.

[Visual Basic] Overloads Function GetCustomAttributes(Type) As Object ()
[C#] object[] GetCustomAttributes(Type);
[C++] Object* GetCustomAttributes(Type*) [] = 0;
[JScript] function GetCustomAttributes(Type) : Object[];

Return an array of all of the custom attributes, excluding named attributes.

[Visual Basic] Overloads Function GetCustomAttributes() As Object ()
[C#] object[] GetCustomAttributes();
[C++] Object* GetCustomAttributes() [] = 0;
[JScript] function GetCustomAttributes() : Object[];

See Also

ICustomAttributeProvider Interface | ICustomAttributeProvider Members | System.Reflection Namespace