ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly Właściwość

Definicja

Pobiera wartość, która wskazuje, czy ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> jest to tylko do odczytu.

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

Wartość właściwości

Boolean

true Jeśli jest ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> tylko do odczytu; w przeciwnym razie false .

Implementuje

Uwagi

W kolekcji tylko do odczytu po jej utworzeniu nie można dodawać, usuwać ani modyfikować elementów.

Dotyczy