次の方法で共有


FindAllAccountsResult.Accounts プロパティ

定義

取得した Web アカウントの一覧を取得します (操作が成功した場合)。

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

プロパティ値

WebAccount オブジェクトの IVectorView

適用対象