다음을 통해 공유


WebProviderTokenRequest.WebAccounts 속성

정의

요청에 대한 웹 계정을 가져옵니다.

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)

속성 값

요청에 대한 웹 계정입니다.

적용 대상