XmlProcessingInstruction.Data Property

Definition

Gets or sets the content of the processing instruction, excluding the target.

public:
 property Platform::String ^ Data { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Data();

void Data(winrt::hstring value);
public string Data { get; set; }
var string = xmlProcessingInstruction.data;
xmlProcessingInstruction.data = string;
Public Property Data As String

Property Value

String

Platform::String

winrt::hstring

The content of the processing instruction, excluding the target.

Applies to