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

Definição

Atira a NotSupportedException exceção.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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

Uma instância da XPathItem classe.

Implementações

Aplica-se a