IMutablePropertyBase.FieldInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定此屬性的基礎 CLR 欄位。
這可能 null
適用于陰影屬性,或如果不知道屬性的備份欄位。
public System.Reflection.FieldInfo FieldInfo { get; set; }
public System.Reflection.FieldInfo? FieldInfo { get; set; }
member this.FieldInfo : System.Reflection.FieldInfo with get, set
Public Property FieldInfo As FieldInfo