DesignerAutoFormatCollection.IList.IsReadOnly Vlastnost

Definice

Popis této metody naleznete v tématu 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

Hodnota vlastnosti

Boolean

Vždy true, což označuje, že kolekci nelze nahradit nebo odstranit.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v DesignerAutoFormatCollection případě, že je instance přetypována do System.Collections.IList rozhraní.

Platí pro

Viz také