ResourceCollection.NodeValue Property

Definition

Gets or sets the text content of the element. If the element contains only child elements, this attribute is NULL.

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

void NodeValue(winrt::hstring value);
public string NodeValue { get; set; }
var string = resourceCollection.nodeValue;
resourceCollection.nodeValue = string;
Public Property NodeValue As String

Property Value

String

Platform::String

winrt::hstring

The node value.

Implements

Applies to