共用方式為


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

屬性值

用來指出上傳成功的 TileNotification

適用於

另請參閱