Bearbeiten

XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Property

Definition

Specifies that items cannot be added, removed, or modified through the ICollection<T> interface.

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

Property Value

true if the collection is read only; otherwise, false.

Implements

Applies to