Partager via


UserInformation.GetDisplayNameAsync Méthode

Définition

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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

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.

S’applique à

Voir aussi