XmlQueryOutput.WriteComment(String) Method

Definition

Writes the comment. The method does not verify well-formedness. Other methods called by this one do the necessary checks.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void WriteComment(System::String ^ text);
public override void WriteComment (string text);
override this.WriteComment : string -> unit
Public Overrides Sub WriteComment (text As String)

Parameters

text
String

String that contains the comment to write.

Applies to