XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly 属性

定义

指定无法通过 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

属性值

Boolean

如果该集合为只读,则为 true;否则为 false

实现

适用于