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
。