この型またはメンバは、Microsoft XML Core Services (MSXML) 5.0 オブジェクトまたはメンバのプロキシとして動作します。この型またはメンバによってラップされる MSXML オブジェクトまたはメンバについては、MSDN で Microsoft XML Core Services (MSXML) SDK を検索してください。MSDN オブジェクトまたはメンバのマネージ コードからの使用については、次を参照してください InfoPath 2003 オブジェクト モデルを使用して MSXML5 と System.Xml を操作する
名前空間: Microsoft.Office.Interop.InfoPath.Xml
アセンブリ: Microsoft.Office.Interop.InfoPath.Xml (microsoft.office.interop.infopath.xml.dll 内)
構文
'宣言
<DispIdAttribute(54)> _
Function createNode ( _
<InAttribute> type As Object, _
<InAttribute> name As String, _
<InAttribute> 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)
[DispIdAttribute(54)]
IXMLDOMNode createNode (
[InAttribute] Object type,
[InAttribute] string name,
[InAttribute] string namespaceURI
)
パラメータ
- type
- name
- namespaceURI
関連項目
参照
IXMLDOMDocument2 インターフェイス
IXMLDOMDocument2 のメンバ
Microsoft.Office.Interop.InfoPath.Xml 名前空間