XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Eigenschaft

Definition

Gibt an, dass Elemente nicht über die ICollection<T>-Schnittstelle hinzugefügt, entfernt oder geändert werden können.

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

Eigenschaftswert

Boolean

true, wenn die Sammlung schreibgeschützt ist, andernfalls false.

Implementiert

Gilt für