_FieldInfo.Attributes プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Attributesプロパティです。

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

プロパティ値

このフィールドの FieldAttributes

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは Attributes 、このフィールドに関連付けられている属性を取得します。

適用対象