XmlQueryOutput.WriteCharEntity(Char) 方法

定义

引发 NotSupportedExceptionThrows NotSupportedException.

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

public:
 override void WriteCharEntity(char ch);
public override void WriteCharEntity (char ch);
override this.WriteCharEntity : char -> unit
Public Overrides Sub WriteCharEntity (ch As Char)

参数

ch
Char

包含要写入的字符的 CharChar that contains a character to write.

适用于