System::Xml::XmlTextWriter::WriteChars メソッド
XmlTextWriter::WriteChars method
テキストをバッファ単位で順に書き込みます。
void System::Xml::XmlTextWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | ArrayPtr<char16_t> | 書き込むテキストを含む文字配列です。 |
| インデックス | int32_t | 書き込むテキストの開始位置を示すバッファ内の位置です。 |
| count | int32_t | 書き込む文字数です。 |
参照
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++