DOMDocument50Class.IXMLDOMDocument_createProcessingInstruction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMProcessingInstruction ^ IXMLDOMDocument_createProcessingInstruction(System::String ^ target, System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument::createProcessingInstruction;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction IXMLDOMDocument_createProcessingInstruction (string target, string data);
abstract member IXMLDOMDocument_createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
override this.IXMLDOMDocument_createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
Public Overridable Function IXMLDOMDocument_createProcessingInstruction (target As String, data As String) As IXMLDOMProcessingInstruction
Parameters
- target
- String
- data
- String