UserInformation.GetDisplayNameAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー アカウントの表示名を取得します。
重要
UserInformation クラスは、Windows 10以降ではサポートされていません。 代わりに User クラスを使用してください。 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)
戻り値
ユーザー アカウントの表示名。
- 属性
注釈
重要
UserInformation クラスは、Windows 10以降ではサポートされていません。 代わりに User クラスを使用してください。 UserInformation クラスのドキュメントの「解説」を参照してください。
表示名へのアクセスは、プライバシー設定でブロックできます (たとえば、 UserInformation.NameAccessAllowed プロパティが false の場合)。 アクセスがブロックされている場合、このメソッドは空の文字列を返します。
このメソッドは例外をスローしません。