System::Xml::XmlTextWriter::WriteRaw metodo
Contenuti
[
Nascondere
]XmlTextWriter::WriteRaw(ArrayPtr<char16_t>, int32_t, int32_t) method
Scrive markup grezzo manualmente da un buffer di caratteri.
void System::Xml::XmlTextWriter::WriteRaw(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| buffer | ArrayPtr<char16_t> | Array di caratteri contenente il testo da scrivere. |
| indice | int32_t | La posizione all’interno del buffer che indica l’inizio del testo da scrivere. |
| count | int32_t | Il numero di caratteri da scrivere. |
Vedi anche
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlTextWriter::WriteRaw(const String&) method
Scrive markup grezzo manualmente da una stringa.
void System::Xml::XmlTextWriter::WriteRaw(const String &data) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| data | const String& | String contenente il testo da scrivere. |
Vedi anche
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++