XmlQueryOutput.WriteComment(String) 方法

定义

写入注释。 此方法不验证格式是否良好。 此方法调用的其他方法执行必要的检查。

此 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

包含要写入的注释的字符串。

适用于