XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propiedad

Definición

Especifica que los elementos no se pueden agregar, quitar ni modificar a través de la ICollection<T> interfaz.

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

Valor de propiedad

true si la colección es de solo lectura; de lo contrario, false.

Implementaciones

Se aplica a