XmlQueryOutput.WriteCharEntity(Char) Method

Definition

Throws NotSupportedException.

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

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

Parameters

ch
Char

Char that contains a character to write.

Applies to