XmlSerializableServices.WriteNodes(XmlWriter, XmlNode[]) Metódus

Definíció

A megadott csomópontokat a megadott íróval írja.

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éterek

xmlWriter
XmlWriter

Íráshoz XmlWriter használt.

nodes
XmlNode[]

Írandó típusú XmlNode tömb.

Kivételek

Az xmlWriter argumentum a következő null: .

A következőre érvényes: