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[];
Returns an array of all the custom attributes defined on this module.
Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List