System::Xml::XmlDocument::CreateProcessingInstruction 메서드
XmlDocument::CreateProcessingInstruction method
지정된 이름과 데이터를 가진 XmlProcessingInstruction을 생성합니다.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| target | const String& | 처리 명령의 이름. |
| 데이터 | const String& | 처리 명령의 데이터. |
ReturnValue
또 보기
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++