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 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[];

Return Value

An array of the all the custom attributes.

Remarks

The GetCustomAttributes method is an abstract method that will retrieve all the custom attributes and return an array. When implemented by a subclass, this method returns all of the custom attributes defined on this member.

See Also

MemberInfo Class | MemberInfo Members | System.Reflection Namespace | MemberInfo.GetCustomAttributes Overload List | Object | CustomAttributeBuilder