次の方法で共有


WebProviderTokenRequest.WebAccounts プロパティ

定義

要求の Web アカウントを取得します。

public:
 property IVectorView<WebAccount ^> ^ WebAccounts { IVectorView<WebAccount ^> ^ get(); };
IVectorView<WebAccount> WebAccounts();
public IReadOnlyList<WebAccount> WebAccounts { get; }
var iVectorView = webProviderTokenRequest.webAccounts;
Public ReadOnly Property WebAccounts As IReadOnlyList(Of WebAccount)

プロパティ値

要求の Web アカウント。

適用対象