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!

TypeDelegator.GetCustomAttributes

Returns an instance of each custom attribute defined on the given TypeDelegator.

Overload List

Returns an instance of each custom attribute defined on the given TypeDelegator.

[Visual Basic] Overloads Overrides Public Function GetCustomAttributes() As Object ()
[C#] public override object[] GetCustomAttributes();
[C++] public: override Object* GetCustomAttributes() [];
[JScript] public override function GetCustomAttributes() : Object[];

Returns an instance of each custom attribute defined on the given TypeDelegator that meet the Type criteria.

[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Type) As Object ()
[C#] public override object[] GetCustomAttributes(Type);
[C++] public: override Object* GetCustomAttributes(Type*) [];
[JScript] public override function GetCustomAttributes(Type) : Object[];

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace