Package.DisplayName Propriété
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.
Obtient le nom complet du package.
public:
property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = package.displayName;
Public ReadOnly Property DisplayName As String
Valeur de propriété
Le nom d’affichage.
Remarques
Sur les systèmes d’exploitation antérieurs à 10.0.19041.0, vous devez appeler cette propriété sur le package retourné par Package.Current. Sinon , DisplayName renvoie une chaîne vide.