XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propriedade

Definição

Especifica que itens não podem ser adicionados, removidos nem modificados por meio da interface 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 da propriedade

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

Implementações

Aplica-se a