System::Xml::XmlTextWriter::WriteChars 方法
XmlTextWriter::WriteChars method
一次写入一个缓冲区的文本。
void System::Xml::XmlTextWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
| 参数 | 类型 | 描述 |
|---|---|---|
| buffer | ArrayPtr<char16_t> | 包含要写入文本的字符数组。 |
| 索引 | int32_t | 缓冲区中指示要写入文本起始位置的索引。 |
| count | int32_t | 要写入的字符数。 |
另见
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++