XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) Methode

Definition

Löst die NotSupportedException Ausnahme aus.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

 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

Parameter

value
XPathItem

Eine Instanz der XPathItem-Klasse.

Gibt zurück

truewenn das Element entfernt wird; andernfalls . false

Implementiert

Gilt für: