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!

Attribute.GetCustomAttributes (ParameterInfo)

Returns an array of all the custom attributes defined on this parameter.

[Visual Basic]
Overloads Public Shared Function GetCustomAttributes( _
   ByVal element As ParameterInfo _
) As Attribute ()
[C#]
public static Attribute[] GetCustomAttributes(
   ParameterInfo element
);
[C++]
public: static Attribute* GetCustomAttributes(
   ParameterInfo* element
) [];
[JScript]
public static function GetCustomAttributes(
   element : ParameterInfo
) : Attribute[];

Parameters

element
The parameter on which to look for custom attributes.

Return Value

Returns an array of all the custom attributes defined on this parameter.

See Also

Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List