Condividi tramite


SyndicationContent.Text Proprietà

Definizione

Ottiene il contenuto di diffusione.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Testo del contenuto di diffusione.

Implementazioni

Si applica a