Scripter.WriteEndBatch(XmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the end of the current batch element into the script.
public static void WriteEndBatch (System.Xml.XmlWriter xmlWriter);
static member WriteEndBatch : System.Xml.XmlWriter -> unit
Public Shared Sub WriteEndBatch (xmlWriter As XmlWriter)
Parameters
- xmlWriter
- XmlWriter
The writer into which the output is writen.