AccountsSettingsPane.ShowAddAccountAsync 方法

定义

显示“添加帐户”屏幕。

public:
 static IAsyncAction ^ ShowAddAccountAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ShowAddAccountAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAddAccountAsync();
function showAddAccountAsync()
Public Shared Function ShowAddAccountAsync () As IAsyncAction

返回

表示异步操作。 通常不会直接访问此 IAsyncAction 返回值。 这是因为你几乎总是使用特定于语言的可等待语法。 在这种情况下,该方法的明显返回值为 void

当用户关闭“添加帐户”屏幕时,异步操作完成。

属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于