WebAccountManager.FindAllProviderWebAccountsForUserAsync(User) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
尋找與指定使用者非同步 (相關聯的所有提供者 Web 帳戶,以便與多使用者感知應用程式搭配使用) 。
public:
static IAsyncOperation<IVectorView<WebAccount ^> ^> ^ FindAllProviderWebAccountsForUserAsync(User ^ user);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<WebAccount>> FindAllProviderWebAccountsForUserAsync(User const& user);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccount>> FindAllProviderWebAccountsForUserAsync(User user);
function findAllProviderWebAccountsForUserAsync(user)
Public Shared Function FindAllProviderWebAccountsForUserAsync (user As User) As IAsyncOperation(Of IReadOnlyList(Of WebAccount))
參數
- user
- User
與帳戶相關聯的使用者。
傳回
當此方法完成時,它會傳回使用者的所有提供者 Web 帳戶。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|