Sdílet prostřednictvím


XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Vlastnost

Definice

Určuje, že se položky nedají přidat, odebrat nebo upravit přes ICollection<T> rozhraní.

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

Hodnota vlastnosti

Boolean

true Pokud je kolekce jen pro čtení; v opačném případě false .

Implementuje

Platí pro