UserInformation.GetDisplayNameAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il nome visualizzato per l'account utente.
Importante
La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della 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)
Restituisce
Nome visualizzato per l'account utente.
- Attributi
Commenti
Importante
La classe UserInformation non è supportata in Windows 10 o versione successiva. Usare invece la classe User . Vedere la sezione Osservazioni nella documentazione della classe UserInformation .
L'accesso al nome visualizzato può essere bloccato dalle impostazioni di privacy, ad esempio se la proprietà UserInformation.NameAccessAllowed è false. Se l'accesso è bloccato, questo metodo restituisce una stringa vuota.
Questo metodo non genera un'eccezione.