Share via


SyndicationContent.Text Eigenschaft

Definition

Ruft den Syndizierungsinhalt ab.

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

void Text(winrt::hstring value);
public string Text { get; set; }
var string = syndicationContent.text;
syndicationContent.text = string;
Public Property Text As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Text des Syndizierungsinhalts.

Implementiert

Gilt für: