XmlSerializableServices.WriteNodes(XmlWriter, XmlNode[]) Metoda

Definicja

Zapisuje podane węzły przy użyciu określonego modułu zapisywania.

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

Parametry

xmlWriter
XmlWriter

Służy XmlWriter do pisania.

nodes
XmlNode[]

Tablica typu XmlNode do zapisu.

Wyjątki

Argumentem xmlWriter jest null.

Dotyczy