XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定無法透過 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
。