XmlQueryNodeSequence.ICollection<XPathItem>.Add(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 void System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::Add;
void ICollection<XPathItem>.Add (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add : System.Xml.XPath.XPathItem -> unit
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Add : System.Xml.XPath.XPathItem -> unit
Sub Add (value As XPathItem) Implements ICollection(Of XPathItem).Add

Parámetros

value
XPathItem

Instancia de la clase XPathItem.

Implementaciones

Se aplica a