XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propiedad

Definición

Especifica que los elementos no se pueden agregar, quitar o modificar mediante la interfaz 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

Valor de propiedad

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

Implementaciones

Se aplica a