BackgroundUploader.SuccessTileNotification プロパティ

定義

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

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

void SuccessTileNotification(TileNotification value);
public TileNotification SuccessTileNotification { get; set; }
var tileNotification = backgroundUploader.successTileNotification;
backgroundUploader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

プロパティ値

アップロードの成功を示すために使用される TileNotification

適用対象

こちらもご覧ください