XmlQueryOutput.WriteStartDocument 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.
Throws NotSupportedException.
Overloads
WriteStartDocument() |
This API supports the product infrastructure and is not intended to be used directly from your code. Throws NotSupportedException. |
WriteStartDocument(Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Throws NotSupportedException. |
WriteStartDocument()
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Throws NotSupportedException.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void WriteStartDocument();
public override void WriteStartDocument ();
override this.WriteStartDocument : unit -> unit
Public Overrides Sub WriteStartDocument ()
Applies to
WriteStartDocument(Boolean)
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Throws NotSupportedException.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void WriteStartDocument(bool standalone);
public override void WriteStartDocument (bool standalone);
override this.WriteStartDocument : bool -> unit
Public Overrides Sub WriteStartDocument (standalone As Boolean)
Parameters
- standalone
- Boolean
Boolean that indicates whether to write the XML declaration with the version number that appears at the beginning of the document.