Share via


XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Proprietà

Definizione

Specifica che gli elementi non possono essere aggiunti, rimossi o modificati tramite l'interfaccia ICollection<T>.

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

Valore della proprietà

Boolean

true se la raccolta è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a