BackgroundDownloader.FailureTileNotification プロパティ

定義

ユーザーへのダウンロードの失敗を示すときにアプリ タイルの更新に使用されるタイル通知のビジュアル、識別タグ、有効期限を定義するために使用される TileNotification を取得または設定します。

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

プロパティ値

ダウンロードエラーを示すために使用される TileNotification

適用対象

こちらもご覧ください