DOMDocument50Class.IXMLDOMDocument2_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 ^ IXMLDOMDocument2_createProcessingInstruction(System::String ^ target, System::String ^ data) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument2::createProcessingInstruction;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction IXMLDOMDocument2_createProcessingInstruction (string target, string data);
abstract member IXMLDOMDocument2_createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
override this.IXMLDOMDocument2_createProcessingInstruction : string * string -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMProcessingInstruction
Public Overridable Function IXMLDOMDocument2_createProcessingInstruction (target As String, data As String) As IXMLDOMProcessingInstruction
Parameters
- target
- String
- data
- String