BackgroundDownloader.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 = backgroundDownloader.failureTileNotification;
backgroundDownloader.failureTileNotification = tileNotification;
Public Property FailureTileNotification As TileNotification
属性值
用于指示下载失败的 TileNotification 。