Share via


XmlComment.Data Property

Definition

Overloads

Data

Gets or sets the node data depending on the node type.

Data

Gets or sets the node data depending on the node type.

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 = xmlComment.data;
xmlComment.data = string;
Public Property Data As String

Property Value

String

Platform::String

winrt::hstring

The node data.

Implements

Applies to