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

屬性值

用來表示上傳失敗的 TileNotification

適用於

另請參閱