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
- target
Type: System.String
- data
Type: System.String
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction
Implements
IXMLDOMDocument3.createProcessingInstruction(String, String)
IXMLDOMDocument2.createProcessingInstruction(String, String)
IXMLDOMDocument.createProcessingInstruction(String, String)