BindingContext.IsReadOnly 屬性

定義

會獲得一個值,表示該集合是否為唯讀。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

true若該集合為唯讀;否則,。 false

備註

此性質源自 ICollection,並被覆寫以恆回傳 false

適用於