JSFieldInfo.Attributes プロパティ

定義

このフィールドに関連付けられている属性を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

列挙値のビットごとの組み合わせ。

適用対象

こちらもご覧ください