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!

ParameterInfo.GetCustomAttributes (Type)

[To be supplied.]

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

Parameters

attributeType
[To be supplied.]

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace | ParameterInfo.GetCustomAttributes Overload List