DelegatingXmlDictionaryWriter.WriteSurrogateCharEntity(Char, Char) Méthode

Définition

Génère et écrit l'entité de caractère de substitution correspondant à la paire de caractères de substitution.

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)

Paramètres

lowChar
Char

Substitut faible. Il doit s'agir d'une valeur comprise entre 0xDC00 et 0xDFFF.

highChar
Char

Substitut étendu. Il doit s'agir d'une valeur comprise entre 0xD800 et 0xDBFF.

S’applique à