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 (Module)

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

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

Parameters

element
The module on which to look for custom attributes.

Return Value

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

See Also

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