Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 898 Bytes

xmldocument_createprocessinginstruction_455863903.md

File metadata and controls

29 lines (20 loc) · 898 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocument.CreateProcessingInstruction(System.String,System.String)
winrt method

Windows.Data.Xml.Dom.XmlDocument.CreateProcessingInstruction

-description

Creates a processing instruction node that contains the supplied target and data.

-parameters

-param target

The target part of the processing instruction. It supplies the NodeName property of the new object.

-param data

The remainder of the processing instruction preceding the closing** ?>** characters. It supplies the NodeValue property for the new object.

-returns

The newly created object.

-remarks

-examples

-see-also