ICustomAttributeProvider.GetCustomAttributes メソッド

このメンバに定義されているカスタム属性を返します。

オーバーロードの一覧

このメンバに定義されているすべてのカスタム属性 (名前付きの属性以外) の配列を返します。カスタム属性がない場合は、空の配列を返します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Function GetCustomAttributes(Boolean) As Object()

[C#] object[] GetCustomAttributes(bool);

[C++] Object* GetCustomAttributes(bool) __gc[];

[JScript] function GetCustomAttributes(Boolean) : Object[];

型によって識別される、このメンバに定義されているすべてのカスタム属性の配列を返します。カスタム属性がない場合は、空の配列を返します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Function GetCustomAttributes(Type, Boolean) As Object()

[C#] object[] GetCustomAttributes(Type, bool);

[C++] Object* GetCustomAttributes(Type*, bool) __gc[];

[JScript] function GetCustomAttributes(Type, Boolean) : Object[];

参照

ICustomAttributeProvider インターフェイス | ICustomAttributeProvider メンバ | System.Reflection 名前空間