System::Xml::XmlWriter::WriteChars 方法
XmlWriter::WriteChars method
当在派生类中被重写时,一次写入一个缓冲区的文本。
virtual void System::Xml::XmlWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count)=0
| Parameter | Type | 描述 |
|---|---|---|
| 缓冲区 | ArrayPtr<char16_t> | 包含要写入文本的字符数组。 |
| 索引 | int32_t | 缓冲区中指示要写入文本起始位置的索引。 |
| count | int32_t | 要写入的字符数。 |
另见
- Typedef ArrayPtr
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++