Partager via


BackgroundDownloader.SuccessTileNotification Propriété

Définition

Obtient ou définit la vignette TileNotification utilisée pour définir les visuels, la balise d’identification et l’heure d’expiration d’une notification de vignette utilisée pour mettre à jour la vignette d’application lors de l’indication de la réussite d’un téléchargement à l’utilisateur.

public:
 property TileNotification ^ SuccessTileNotification { TileNotification ^ get(); void set(TileNotification ^ value); };
TileNotification SuccessTileNotification();

void SuccessTileNotification(TileNotification value);
public TileNotification SuccessTileNotification { get; set; }
var tileNotification = backgroundDownloader.successTileNotification;
backgroundDownloader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

Valeur de propriété

TileNotification utilisé pour indiquer la réussite du téléchargement.

S’applique à

Voir aussi