このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。
名前空間: 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
)
パラメータ
- Type
- name
- namespaceURI
関連項目
参照
DOMNodeWrapper クラス
DOMNodeWrapper のメンバ
Microsoft.Office.Interop.InfoPath.SemiTrust 名前空間