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