Condividi tramite


UserInformation.GetDomainNameAsync Metodo

Definizione

Ottiene il nome di dominio per l'utente.

Importante

La classe UserInformation non è supportata in Windows 10 o versioni successive. Usare invece la classe User . Vedere Osservazioni nella documentazione della classe UserInformation .

public:
 static IAsyncOperation<Platform::String ^> ^ GetDomainNameAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> GetDomainNameAsync();
/// [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> GetDomainNameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> GetDomainNameAsync();
[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> GetDomainNameAsync();
function getDomainNameAsync()
Public Shared Function GetDomainNameAsync () As IAsyncOperation(Of String)

Restituisce

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Stringa che rappresenta il nome di dominio per l'utente.

Attributi

Commenti

Importante

La classe UserInformation non è supportata in Windows 10 o versioni successive. Usare invece la classe User . Vedere Osservazioni nella documentazione della classe UserInformation .

L'accesso al nome di dominio 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.

Si applica a

Vedi anche