Share via


DOMNodeWrapper.createProcessingInstruction method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function createProcessingInstruction ( _
    target As String, _
    data As String _
) As IXMLDOMProcessingInstruction
'Usage
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
)

Parameters

Return value

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

Implements

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

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace