XmlQueryOutput.StartCopy(XPathNavigator) Méthode

Définition

Commence la copie superficielle du nœud actuel du navigateur dans la 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

Objet XPathNavigator.

Retours

Boolean

true si EndCopy doit être appelé pour compléter l'opération de copie ; sinon, false.

S’applique à