XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Właściwość

Definicja

Określa, że elementów nie można dodawać, usuwać ani modyfikować za pomocą ICollection<T> interfejsu.

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

Wartość właściwości

Boolean

true Jeśli kolekcja jest tylko do odczytu; w przeciwnym razie false .

Implementuje

Dotyczy