XmlQueryOutput.WriteComment(String) 方法

定义

写入注释。Writes the comment. 此方法不验证格式是否良好。The method does not verify well-formedness. 此方法调用的其他方法执行必要的检查。Other methods called by this one do the necessary checks.

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

text
String

包含要写入的注释的字符串。String that contains the comment to write.

适用于