Freigeben über


BackgroundDownloader.FailureTileNotification Eigenschaft

Definition

Ruft die TileNotification ab, die verwendet wird, um die Visuals, das Identifikationstag und die Ablaufzeit einer Kachelbenachrichtigung zu definieren, die zum Aktualisieren der App-Kachel verwendet wird, wenn ein Download für den Benutzer fehlgeschlagen ist, oder legt diese fest.

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

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

Eigenschaftswert

Die TileNotification , die verwendet wird, um einen Downloadfehler anzuzeigen.

Gilt für:

Weitere Informationen