BackgroundUploader.FailureTileNotification プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーへのアップロードの失敗を示すときにアプリ タイルの更新に使用されるタイル通知のビジュアル、識別タグ、有効期限を定義するために使用される 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 。