ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly Vlastnost

Definice

Získá hodnotu, která označuje, zda ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> je tato hodnota jen pro čtení.

property bool System::Collections::Generic::ICollection<TServiceModelExtensionElement>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<TServiceModelExtensionElement>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<TServiceModelExtensionElement>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TServiceModelExtensionElement).IsReadOnly

Hodnota vlastnosti

Boolean

true Pokud ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> je jen pro čtení, v opačném případě false .

Implementuje

Poznámky

Kolekce, která je jen pro čtení, neumožňuje přidání, odstranění ani změnu prvků po vytvoření kolekce.

Platí pro