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

Definición

Escribe los nodos proporcionados mediante el sistema de escritura especificado.

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())

Parámetros

xmlWriter
XmlWriter

XmlWriter usado para escribir.

nodes
XmlNode[]

Matriz de tipo XmlNode para escribir.

Excepciones

El argumento xmlWriter es null.

Se aplica a