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 。