XmlDsigXPathTransform.GetInnerXml 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.
Retourne une représentation XML des paramètres d'un objet XmlDsigXPathTransform pouvant être inclus comme sous-éléments d'un élément <Transform>
XMLDSIG.
protected:
override System::Xml::XmlNodeList ^ GetInnerXml();
protected override System.Xml.XmlNodeList? GetInnerXml ();
protected override System.Xml.XmlNodeList GetInnerXml ();
override this.GetInnerXml : unit -> System.Xml.XmlNodeList
Protected Overrides Function GetInnerXml () As XmlNodeList
Retours
Liste des nœuds XML qui représentent le contenu propre à la transformation qui est nécessaire pour décrire l'objet XmlDsigXPathTransform en cours dans un élément <Transform>
XMLDSIG.