XmlQueryNodeSequence.ICollection<XPathItem>.Remove(XPathItem) Método

Definición

Produce la excepción NotSupportedException.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

value
XPathItem

Instancia de la clase XPathItem.

Devoluciones

true si se quita el elemento; de lo contrario, false.

Implementaciones

Se aplica a