DataNode.WriteTo - Méthode
Écrit le flux de données XML du nœud Ruban Serveur dans le spécifié XmlWriter.
Espace de noms : Microsoft.Web.CommandUI
Assembly : Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)
Syntaxe
'Déclaration
Public Sub WriteTo ( _
w As XmlWriter _
)
'Utilisation
Dim instance As DataNode
Dim w As XmlWriter
instance.WriteTo(w)
public void WriteTo(
XmlWriter w
)
Paramètres
w
Type : System.Xml.XmlWriterObjet XmlWriter qui écrit le code XML du nœud actuel.
Remarques
Cette méthode retourne la propriété OuterXml du nœud actuel.