AppDisplayInfo.GetLogo(Size) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le logo de l’application.
public:
virtual RandomAccessStreamReference ^ GetLogo(Size size) = GetLogo;
RandomAccessStreamReference GetLogo(Size const& size);
public RandomAccessStreamReference GetLogo(Size size);
function getLogo(size)
Public Function GetLogo (size As Size) As RandomAccessStreamReference
Paramètres
- size
- Size
Taille du rectangle dans lequel le logo doit tenir.
Retours
Le plus grand logo de votre fichier Package.appxmanifest qui correspond à la taille spécifiée.