Compartir a través de


IXMLDOMDocument.createProcessingInstruction(String, String) Método

Definición

Este tipo o miembro actúa como un servidor proxy para un miembro u objeto Microsoft XML Core Services (MSXML). Para obtener información sobre el objeto o miembro de MSXML encapsulado por este tipo o miembro, consulte el SDK de MSXMLQue trabaja con MSXML5 y System.Xml Usar el modelo de objetos de 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

Parámetros

target
String
data
String

Devoluciones

Se aplica a