XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propriedade

Definição

Especifica que os itens não podem ser adicionados, removidos ou modificados através da 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

Valor de Propriedade

true se a coleção for apenas leitura; caso contrário, false.

Implementações

Aplica-se a