Compartir a través de


SyndicationGenerator.Text Propiedad

Definición

Obtiene o establece el texto que identifica el generador.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Contenido de texto del elemento atom:generator o del elemento generator en RSS 2.0.

Se aplica a