Package.DisplayName Propriété

Définition

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é

String

Platform::String

winrt::hstring

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.

S’applique à

Voir aussi