Share via


XmlSerializableServices.WriteNodes(XmlWriter, XmlNode[]) Méthode

Définition

Écrit les nœuds fournis à l'aide du writer spécifié.

public:
 static void WriteNodes(System::Xml::XmlWriter ^ xmlWriter, cli::array <System::Xml::XmlNode ^> ^ nodes);
public static void WriteNodes (System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode?[]? nodes);
public static void WriteNodes (System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes);
static member WriteNodes : System.Xml.XmlWriter * System.Xml.XmlNode[] -> unit
Public Shared Sub WriteNodes (xmlWriter As XmlWriter, nodes As XmlNode())

Paramètres

xmlWriter
XmlWriter

XmlWriter utilisé pour l'écriture.

nodes
XmlNode[]

Tableau de type XmlNode dans lequel écrire.

Exceptions

L'argument xmlWriter a la valeur null.

S’applique à