System::Xml::XmlDocument::CreateProcessingInstruction metod
XmlDocument::CreateProcessingInstruction method
Skapar en XmlProcessingInstruction med det angivna namnet och data.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
| Parameter | Type | Beskrivning |
|---|---|---|
| target | const String& | Namnet på bearbetningsinstruktionen. |
| data | const String& | Data för bearbetningsinstruktionen. |
ReturnValue
Den nya XmlProcessingInstruction.
Se även
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++