IXMLDOMDocument3.createProcessingInstruction(String, String) 方法

定义

此类型或成员充当 Microsoft XML Core Services (MSXML) 对象或成员的代理。 有关此类型或成员包装的 MSXML 对象或成员的信息,请参阅 MSXML SDK使用 MSXML5 和 System.Xml 使用 InfoPath 2003 对象模型

public:
 Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMProcessingInstruction ^ createProcessingInstruction(System::String ^ target, System::String ^ data);
public Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction createProcessingInstruction (string target, string data);
abstract member createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction
Public Function createProcessingInstruction (target As String, data As String) As IXMLDOMProcessingInstruction

参数

target
String
data
String

返回

实现

适用于