DOMDocument50Class.createProcessingInstruction(String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMProcessingInstruction ^ createProcessingInstruction(System::String ^ target, System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument3::createProcessingInstruction;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction createProcessingInstruction (string target, string data);
abstract member createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
override this.createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
Public Overridable Function createProcessingInstruction (target As String, data As String) As IXMLDOMProcessingInstruction
Parâmetros
- target
- String
- data
- String