IXMLDOMDocument2.createNode 方法 (Object, String, String)
此类型或成员充当 Microsoft XML Core Services (MSXML) 对象或成员的代理。有关由此类型或成员包装的 MSXML 对象或成员的信息,请参阅 MSXML SDK。有关从托管代码使用 MSXML 对象或成员的更多信息,请参阅使用 InfoPath 2003 对象模型处理 MSXML5 和 System.Xml。
命名空间: Microsoft.Office.Interop.InfoPath.SemiTrust
程序集: Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)
语法
声明
Function createNode ( _
Type As Object, _
name As String, _
namespaceURI As String _
) As IXMLDOMNode
用法
Dim instance As IXMLDOMDocument2
Dim Type As Object
Dim name As String
Dim namespaceURI As String
Dim returnValue As IXMLDOMNode
returnValue = instance.createNode(Type, _
name, namespaceURI)
IXMLDOMNode createNode(
Object Type,
string name,
string namespaceURI
)
参数
- Type
类型:System.Object
- name
类型:System.String
- namespaceURI
类型:System.String
返回值
类型:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
实现
IXMLDOMDocument.createNode(Object, String, String)