Méthode System::Xml::XmlDocument::CreateProcessingInstruction
XmlDocument::CreateProcessingInstruction method
Crée un XmlProcessingInstruction avec le nom et les données spécifiés.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
| Paramètre | Type | Description |
|---|---|---|
| target | const String& | Le nom de l’instruction de traitement. |
| données | const String& | Les données de l’instruction de traitement. |
ReturnValue
Le nouveau XmlProcessingInstruction.
Voir aussi
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++