EnumBuilder.Attributes プロパティ

定義

Type に関連付けられている属性を取得します。

public:
 virtual property System::Reflection::TypeAttributes Attributes { System::Reflection::TypeAttributes get(); };
public override System.Reflection.TypeAttributes Attributes { get; }
member this.Attributes : System.Reflection.TypeAttributes
Public Overrides ReadOnly Property Attributes As TypeAttributes

プロパティ値

TypeAttributes の属性セットを表す Type オブジェクト。ただし、Type がジェネリック型パラメーターを表す場合、値は未指定。

適用対象