XmlQueryOutput.WriteStartDocument Method

Definition

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

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)

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.

Applies to