Condividi tramite


AdaptiveNotificationText.Text Proprietà

Definizione

Ottiene o imposta il contenuto di testo da visualizzare.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Contenuto di testo da visualizzare.

Si applica a