Condividi tramite


AppNotificationProgressData.Title Proprietà

Definizione

Ottiene o imposta una stringa di titolo facoltativa della barra di stato associata all'aggiornamento dello stato.

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

void Title(winrt::hstring value);
public string Title { get; set; }
var string = appNotificationProgressData.title;
appNotificationProgressData.title = string;
Public Property Title As String

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa di titolo.

Commenti

Questa proprietà viene associata all'attributo di stato dell'elemento xml titolo .

Si applica a