ComplexPropertyEntry.ReadOnly 屬性

定義

取得或設定值,指出屬性項目 (Entry) 中所表示的項目 (Item) 是否包含設定其值的方法。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

屬性值

如果屬性項目 (Entry) 所表示的項目 (Item) 不包含 set 方法,則為 true,否則為 false

適用於