Partager via


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

Définition

Lève l’exception NotSupportedException.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

 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

Paramètres

value
XPathItem

Instance de la classe XPathItem.

Implémente

S’applique à