Condividi tramite


SyndicationGenerator.Text Proprietà

Definizione

Ottiene o imposta il testo che identifica il generatore.

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 = syndicationGenerator.text;
syndicationGenerator.text = string;
Public Property Text As String

Valore della proprietà

String

Platform::String

winrt::hstring

Contenuto di testo nell'elemento atom:generator o nell'elemento generatore in RSS 2.0.

Si applica a