BindingMetadata.IsReadOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出模型是否為唯讀。 如果建立的模型中繼資料不是 屬性,將會忽略。 如果是 null
, IsReadOnly 則會根據屬性存取子和模型的 Type 存取範圍來計算 。 請參閱 IsReadOnly。
public:
property Nullable<bool> IsReadOnly { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsReadOnly { get; set; }
member this.IsReadOnly : Nullable<bool> with get, set
Public Property IsReadOnly As Nullable(Of Boolean)