Share via


DOMNodeWrapper.createProcessingInstruction - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly :  Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntaxe

'Déclaration
Public Function createProcessingInstruction ( _
    target As String, _
    data As String _
) As IXMLDOMProcessingInstruction
'Utilisation
Dim instance As DOMNodeWrapper
Dim target As String
Dim data As String
Dim returnValue As IXMLDOMProcessingInstruction

returnValue = instance.createProcessingInstruction(target, _
    data)
public IXMLDOMProcessingInstruction createProcessingInstruction(
    string target,
    string data
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction

Implémentations

IXMLDOMDocument3.createProcessingInstruction(String, String)
IXMLDOMDocument2.createProcessingInstruction(String, String)
IXMLDOMDocument.createProcessingInstruction(String, String)

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms