XmlQueryNodeSequence.AddClone(XPathNavigator) Méthode

Définition

Clone le navigateur, puis ajoute un nœud à la séquence.

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

public:
 void AddClone(System::Xml::XPath::XPathNavigator ^ navigator);
public void AddClone (System.Xml.XPath.XPathNavigator navigator);
member this.AddClone : System.Xml.XPath.XPathNavigator -> unit
Public Sub AddClone (navigator As XPathNavigator)

Paramètres

navigator
XPathNavigator

Instance de la classe XPathNavigator.

S’applique à