System::Xml::XmlWriter::WriteName 메서드
XmlWriter::WriteName method
파생 클래스에서 재정의될 때, 지정된 이름을 출력하며, 해당 이름이 W3C XML 1.0 권고안(https://www.w3.org/TR/1998/REC-xml-19980210#NT-Name)에 따라 유효한 이름인지 확인합니다.
virtual void System::Xml::XmlWriter::WriteName(const String &name)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const String& | 출력할 이름입니다. |
또 보기
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++