次の方法で共有


EnumBuilder.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[];

参照

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