Condividi tramite


AppNotificationProgressData.Status Proprietà

Definizione

Ottiene o imposta la stringa di stato che riflette lo stato dell'operazione di avanzamento.

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

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che riflette lo stato dell'operazione di avanzamento. Ad esempio, "Download..." o "Installazione...".

Commenti

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

Si applica a