次の方法で共有


TypeDelegator.GetCustomAttributes メソッド

この型に対して定義されているすべてのカスタム属性を返します。

オーバーロードの一覧

型の継承チェインを検索するかどうかを指定して、この型に定義されているすべてのカスタム属性を返します。

[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes

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

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

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

型によって識別されるカスタム属性の配列を返します。

[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Type, Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes

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

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

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

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間