System::Xml::XmlDocument::CreateProcessingInstruction método
XmlDocument::CreateProcessingInstruction method
Crea un XmlProcessingInstruction con el nombre y los datos especificados.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
| Parámetro | Tipo | Descripción |
|---|---|---|
| target | const String& | El nombre de la instrucción de procesamiento. |
| datos | const String& | Los datos de la instrucción de procesamiento. |
ReturnValue
El nuevo XmlProcessingInstruction.
Ver también
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++