次の方法で共有


DesignerAutoFormatCollection.IList.IsReadOnly プロパティ

定義

このメソッドの説明については、「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

プロパティ値

Boolean

常に true。これはコレクションを置換または削除できないことを示します。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DesignerAutoFormatCollection のインスタンスが System.Collections.IList インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください