BaseCollection.IsReadOnly 屬性

定義

取得值,表示集合是否為唯讀。

public:
 property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

這個屬性一律會是 false

屬性

備註

衍生自 類別的 BaseCollection 集合一律可寫入,這就是為什麼這個屬性一律會傳 false 回 。

適用於