Metodo System::Xml::XmlWriter::WriteChars
XmlWriter::WriteChars method
Quando sovrascritto in una classe derivata, scrive il testo un buffer alla volta.
virtual void System::Xml::XmlWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count)=0
| 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 XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++