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

Definicja

Zgłasza NotSupportedException wyjątek.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Parametry

value
XPathItem

Wystąpienie klasy XPathItem.

Zwraca

Boolean

true Jeśli element zostanie usunięty; w przeciwnym razie false .

Implementuje

Dotyczy