IXMLDOMDocument.createProcessingInstruction(String, String) 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:
MSXML::IXMLDOMProcessingInstruction ^ createProcessingInstruction(System::String ^ target, System::String ^ data);
[System.Runtime.InteropServices.DispId(46)]
public MSXML.IXMLDOMProcessingInstruction createProcessingInstruction (string target, string data);
[<System.Runtime.InteropServices.DispId(46)>]
abstract member createProcessingInstruction : string * string -> MSXML.IXMLDOMProcessingInstruction
Public Function createProcessingInstruction (target As String, data As String) As IXMLDOMProcessingInstruction
Parameters
- target
- String
- data
- String
Returns
- Attributes