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!

FieldBuilder.GetCustomAttributes (Type)

Returns the custom attributes identified by the given type.

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

Parameters

attributeType
The custom attribute type.

Return Value

Returns an array of objects representing the attributes of this constructor that are of Type attributeType.

See Also

FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace | FieldBuilder.GetCustomAttributes Overload List