BackgroundUploader.SuccessTileNotification Eigenschaft

Definition

Ruft die TileNotification ab, die verwendet wird, um die Visuals, das Identifikationstag und die Ablaufzeit einer Kachelbenachrichtigung zu definieren, die zum Aktualisieren der App-Kachel verwendet wird, wenn ein Upload für den Benutzer erfolgreich war.

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

Eigenschaftswert

Die TileNotification , die verwendet wird, um den Upload erfolgreich anzuzeigen.

Gilt für:

Weitere Informationen