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

实现

适用于