StringValues.ICollection<String>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Auflistung schreibgeschützt ist.

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

Eigenschaftswert

truewenn die Sammlung schreibgeschützt ist; andernfalls . false

Implementiert

Gilt für: