UserInformation.GetDisplayNameAsync 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.
Obtient le nom d’affichage du compte d’utilisateur.
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez plutôt la classe User . Consultez Remarques dans la documentation de la classe UserInformation .
public:
static IAsyncOperation<Platform::String ^> ^ GetDisplayNameAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> GetDisplayNameAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
static IAsyncOperation<winrt::hstring> GetDisplayNameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> GetDisplayNameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
public static IAsyncOperation<string> GetDisplayNameAsync();
function getDisplayNameAsync()
Public Shared Function GetDisplayNameAsync () As IAsyncOperation(Of String)
Retours
Nom d’affichage du compte d’utilisateur.
- Attributs
Remarques
Important
La classe UserInformation n’est pas prise en charge sur Windows 10 ou version ultérieure. Utilisez plutôt la classe User . Consultez Remarques dans la documentation de la classe UserInformation .
L’accès au nom d’affichage peut être bloqué par les paramètres de confidentialité (par exemple, si la propriété UserInformation.NameAccessAllowed a la valeur false). Si l’accès est bloqué, cette méthode retourne une chaîne vide.
Cette méthode ne lève pas d’exception.