ListSortDescriptionCollection.IList.IsReadOnly プロパティ

定義

コレクションが読み取り専用かどうかを示す値を取得します。

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

プロパティ値

true すべてのケースで。

実装

注釈

ListSortDescriptionCollectionは、構築後は読み取り専用です。 読み取り専用のコレクションでは、コレクションの作成後に要素を追加、削除、または変更することはできません。

適用対象