Freigeben über


BackgroundDownloader.SuccessTileNotification Eigenschaft

Definition

Ruft die TileNotification ab, die zum Definieren der Visuals, des Identifikationstags und der Ablaufzeit einer Kachelbenachrichtigung verwendet wird, die zum Aktualisieren der App-Kachel verwendet wird, wenn der Benutzer einen erfolgreichen Download angibt, oder legt diese fest.

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

Eigenschaftswert

Die TileNotification , die verwendet wird, um den Download erfolgreich anzuzeigen.

Gilt für:

Weitere Informationen