DOMNodeWrapper.createNode 方法

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

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

语法

声明
Public Function createNode ( _
    Type As Object, _
    name As String, _
    namespaceURI As String _
) As IXMLDOMNode
用法
Dim instance As DOMNodeWrapper
Dim Type As Object
Dim name As String
Dim namespaceURI As String
Dim returnValue As IXMLDOMNode

returnValue = instance.createNode(Type, _
    name, namespaceURI)
public IXMLDOMNode createNode(
    Object Type,
    string name,
    string namespaceURI
)

参数

返回值

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

实现

IXMLDOMDocument3.createNode(Object, String, String)
IXMLDOMDocument2.createNode(Object, String, String)
IXMLDOMDocument.createNode(Object, String, String)

另请参阅

引用

DOMNodeWrapper 类

DOMNodeWrapper 成员

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