XmlQueryOutput.WriteSurrogateCharEntity(Char, 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 WriteSurrogateCharEntity(char lowChar, char highChar);
public override void WriteSurrogateCharEntity (char lowChar, char highChar);
override this.WriteSurrogateCharEntity : char * char -> unit
Public Overrides Sub WriteSurrogateCharEntity (lowChar As Char, highChar As Char)

Parameters

lowChar
Char

Char of the low character.

highChar
Char

Char of the high character.

Applies to