InternalDataCollectionBase.IsReadOnly 屬性

定義

取得值,這個值表示 InternalDataCollectionBase 是否為唯讀。

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

屬性值

如果集合是唯讀,則為 true,否則為 false。 預設為 false

屬性

備註

類別 BaseCollection 及其成員不適合用來作為獨立元件,而是做為其他集合類別衍生標準功能的類別。

適用於