System::Xml::XmlDocument::CreateProcessingInstruction yöntemi
XmlDocument::CreateProcessingInstruction method
Belirtilen ad ve veriyle bir XmlProcessingInstruction oluşturur.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
| Parametre | Tür | Açıklama |
|---|---|---|
| target | const String& | İşlem talimatının adı. |
| veri | const String& | İşlem talimatının verisi. |
ReturnValue
Yeni XmlProcessingInstruction.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++