XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) 方法

定義

擲回 NotSupportedException 例外狀況。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

 virtual bool System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::Remove;
bool ICollection<XPathItem>.Remove (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove : System.Xml.XPath.XPathItem -> bool
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Remove : System.Xml.XPath.XPathItem -> bool
Function Remove (value As XPathItem) As Boolean Implements ICollection(Of XPathItem).Remove

參數

value
XPathItem

XPathItem 類別的執行個體。

傳回

如果項目已經移除,則傳回 true否則傳回 false

實作

適用於