SchemaNameCollection.IList.IsReadOnly Eigenschaft
Definition
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Eigenschaftswert
true
, wenn das IList schreibgeschützt ist, andernfalls false
.true
if the IList is read-only; otherwise, false
.
Implementiert
Hinweise
Eine schreibgeschützte Auflistung gestattet nach dem Erstellen der Auflistung weder das Hinzufügen noch das Ändern oder Entfernen von Elementen.A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.