このプロパティに定義されているすべてのカスタム属性を返します。
オーバーロードの一覧
このプロパティのすべてのカスタム属性の配列を返します。
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[JScript] public override function GetCustomAttributes(Boolean) : Object[];
Type によって識別されるカスタム属性の配列を返します。
[C#] public override object[] GetCustomAttributes(Type, bool);
[C++] public: Object* GetCustomAttributes(Type*, bool) __gc[];
[JScript] public override function GetCustomAttributes(Type, Boolean) : Object[];
参照
PropertyBuilder クラス | PropertyBuilder メンバ | System.Reflection.Emit 名前空間