XmlProcessingInstruction.Target Property

Definition

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

String

Platform::String

winrt::hstring

The target application to which this processing instruction is directed.

Applies to