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

属性值

用于指示下载失败的 TileNotification

适用于

另请参阅