次の方法で共有


DOMNodeWrapper.createNode(Object, String, String) メソッド

定義

このメンバは内部使用の目的で予約されており、ユーザー コード内での直接の使用を想定していません。

public:
 virtual Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ createNode(System::Object ^ Type, System::String ^ name, System::String ^ namespaceURI);
public Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode createNode(object Type, string name, string namespaceURI);
abstract member createNode : obj * string * string -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
override this.createNode : obj * string * string -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Public Function createNode (Type As Object, name As String, namespaceURI As String) As IXMLDOMNode

パラメーター

Type
Object
name
String
namespaceURI
String

戻り値

実装

適用対象