_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

備註

此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

屬性 Attributes 會取得與此欄位相關聯的屬性。

適用於