FindAllAccountsResult.Accounts 속성

정의

검색된 웹 계정 목록을 가져옵니다(작업이 성공한 경우).

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입니다.

적용 대상