XmlQueryOutput.StartCopy(XPathNavigator) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si EndCopy
doit être appelé pour compléter l'opération de copie ; sinon, false
.