SyndicationContent.NodeValue Eigenschaft

Definition

Ruft den Textinhalt des -Elements ab oder legt diese fest. Wenn das Element nur untergeordnete Elemente enthält, ist diese Eigenschaft 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 = syndicationContent.nodeValue;
syndicationContent.nodeValue = string;
Public Property NodeValue As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Textinhalt des Elements.

Implementiert

Gilt für: