System::Xml::XmlTextWriter::WriteChars metode
XmlTextWriter::WriteChars method
Menulis teks satu buffer pada satu waktu.
void System::Xml::XmlTextWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| penyangga | ArrayPtr<char16_t> | Array karakter yang berisi teks yang akan ditulis. |
| indeks | int32_t | Posisi dalam buffer yang menunjukkan awal teks yang akan ditulis. |
| count | int32_t | Jumlah karakter yang akan ditulis. |
Lihat Juga
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++