Partager via


XMLToJSONConverter.Write - Méthode

Écrit un nœud XML en tant que JavaScript Object Notation (JSON).

Espace de noms :  Microsoft.Web.CommandUI
Assembly :  Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)

Syntaxe

'Déclaration
Public Shared Sub Write ( _
    document As XmlDocument, _
    writer As TextWriter _
)
'Utilisation
Dim document As XmlDocument
Dim writer As TextWriterXMLToJSONConverter.Write(document, writer)
public static void Write(
    XmlDocument document,
    TextWriter writer
)

Paramètres

Voir aussi

Référence

XMLToJSONConverter classe

XMLToJSONConverter - Membres

Microsoft.Web.CommandUI - Espace de noms