XmlProcessingInstruction.Target Property
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.
Gets the target for the processing instruction.
public:
property Platform::String ^ Target { Platform::String ^ get(); };
winrt::hstring Target();
public string Target { get; }
var string = xmlProcessingInstruction.target;
Public ReadOnly Property Target As String
Property Value
The target application to which this processing instruction is directed.