共用方式為


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

屬性值

若集合為唯讀即為 true;否則為 false

實作

適用於