XmlQueryOutput.XsltCopyOf(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.
Copie un nœud par valeur dans la sortie d'après les règles Xslt suivantes : l'identité n'est jamais conservée, si l'élément est un Rtf, conservez les conseils de sérialisation lors de la copie, et si l'élément est un nœud racine, copiez les enfants de la racine.
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 XsltCopyOf(System::Xml::XPath::XPathNavigator ^ navigator);
public void XsltCopyOf (System.Xml.XPath.XPathNavigator navigator);
member this.XsltCopyOf : System.Xml.XPath.XPathNavigator -> unit
Public Sub XsltCopyOf (navigator As XPathNavigator)
Paramètres
- navigator
- XPathNavigator
Objet XPathNavigator.