XmlQueryOutput.StartCopy(XPathNavigator) Méthode

Définition

Commence la copie superficielle du nœud actuel du navigateur en sortie.

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

public:
 bool StartCopy(System::Xml::XPath::XPathNavigator ^ navigator);
public bool StartCopy(System.Xml.XPath.XPathNavigator navigator);
member this.StartCopy : System.Xml.XPath.XPathNavigator -> bool
Public Function StartCopy (navigator As XPathNavigator) As Boolean

Paramètres

navigator
XPathNavigator

XPathNavigator objet.

Retours

true si EndCopy elle doit être appelée pour terminer l’opération de copie ; sinon, false.

S’applique à