BackgroundDownloader.SuccessTileNotification Proprietà

Definizione

Ottiene o imposta l'oggetto TileNotification usato per definire gli oggetti visivi, il tag di identificazione e l'ora di scadenza di una notifica di riquadro usata per aggiornare il riquadro dell'app quando indica l'esito positivo di un download all'utente.

public:
 property TileNotification ^ SuccessTileNotification { TileNotification ^ get(); void set(TileNotification ^ value); };
TileNotification SuccessTileNotification();

void SuccessTileNotification(TileNotification value);
public TileNotification SuccessTileNotification { get; set; }
var tileNotification = backgroundDownloader.successTileNotification;
backgroundDownloader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

Valore della proprietà

TileNotification usato per indicare l'esito positivo del download.

Si applica a

Vedi anche