BackgroundDownloader.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 = backgroundDownloader.successTileNotification;
backgroundDownloader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

属性值

用于指示下载成功的 TileNotification

适用于

另请参阅