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!

ICustomAttributeProvider.GetCustomAttributes ()

Return an array of all of the custom attributes, excluding named attributes.

[Visual Basic]
Overloads Function GetCustomAttributes() As Object ()
[C#]
object[] GetCustomAttributes();
[C++]
Object* GetCustomAttributes() [] = 0;
[JScript]
function GetCustomAttributes() : Object[];

Return Value

Returns an array of Objects representing the attributes defined on this member.

Exceptions

Exception Type Condition
TypeLoadException The custom attribute type can not be loaded.
TypeLoadException if the custom attribute type can not be loaded.

Remarks

If no attributes are defined for this member, an empty array is returned.

See Also

ICustomAttributeProvider Interface | ICustomAttributeProvider Members | System.Reflection Namespace | ICustomAttributeProvider.GetCustomAttributes Overload List