DOMNodeWrapper.createProcessingInstruction 方法

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
Public Function createProcessingInstruction ( _
    target As String, _
    data As String _
) As IXMLDOMProcessingInstruction
用法
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
)

参数

返回值

类型:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction

实现

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

另请参阅

引用

DOMNodeWrapper 类

DOMNodeWrapper 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间