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

適用対象