BackgroundUploader.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 = backgroundUploader.failureTileNotification;
backgroundUploader.failureTileNotification = tileNotification;
Public Property FailureTileNotification As TileNotification

プロパティ値

アップロードエラーを示すために使用される TileNotification

適用対象

こちらもご覧ください