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!

MemberInfo.GetCustomAttributes

Returns all attributes defined on this member.

Overload List

Returns an array of all of the custom attributes.

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

Returns an array of custom attributes identified by Type.

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

See Also

MemberInfo Class | MemberInfo Members | System.Reflection Namespace