System::Xml::XmlTextWriter::WriteRaw méthode
Contenu
[
Cacher
]XmlTextWriter::WriteRaw(ArrayPtr<char16_t>, int32_t, int32_t) method
Écrit du balisage brut manuellement à partir d’un tampon de caractères.
void System::Xml::XmlTextWriter::WriteRaw(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
| Paramètre | Type | Description |
|---|---|---|
| tampon | ArrayPtr<char16_t> | Tableau de caractères contenant le texte à écrire. |
| indice | int32_t | La position dans le tampon indiquant le début du texte à écrire. |
| count | int32_t | Le nombre de caractères à écrire. |
Voir aussi
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextWriter::WriteRaw(const String&) method
Écrit du balisage brut manuellement à partir d’une chaîne.
void System::Xml::XmlTextWriter::WriteRaw(const String &data) override
| Paramètre | Type | Description |
|---|---|---|
| data | const String& | String contenant le texte à écrire. |
Voir aussi
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++