XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.