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