Compartir a través de


FeedAnnouncement.SecondaryText Propiedad

Definición

Obtiene o establece el texto secundario necesario para el anuncio.

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

void SecondaryText(winrt::hstring value);
public string SecondaryText { get; set; }
var string = feedAnnouncement.secondaryText;
feedAnnouncement.secondaryText = string;
Public Property SecondaryText As String

Valor de propiedad

String

Platform::String

winrt::hstring

Texto secundario del anuncio.

Se aplica a