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> | 작성할 텍스트를 포함하는 문자 배열. |
| index | int32_t | 작성할 텍스트 시작을 나타내는 버퍼 내 위치. |
| count | int32_t | 작성할 문자 수. |
또 보기
- Typedef ArrayPtr
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++