System::Xml::XmlTextWriter::WriteSurrogateCharEntity méthode
XmlTextWriter::WriteSurrogateCharEntity method
Génère et écrit l’entité de caractère de substitution pour la paire de caractères de substitution.
void System::Xml::XmlTextWriter::WriteSurrogateCharEntity(char16_t lowChar, char16_t highChar) override
| Paramètre | Type | Description |
|---|---|---|
| lowChar | char16_t | Le surrogat bas. Cela doit être une valeur comprise entre 0xDC00 et 0xDFFF. |
| highChar | char16_t | Le surrogat haut. Cela doit être une valeur comprise entre 0xD800 et 0xDBFF. |
Voir aussi
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++