System::Xml::XmlTextWriter::WriteChars metodo
XmlTextWriter::WriteChars method
Scrive il testo un buffer alla volta.
void System::Xml::XmlTextWriter::WriteChars(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 nel 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++