次の方法で共有


MicrosoftAccountMultiFactorAuthenticationManager.GetSessionsAsync メソッド

定義

この API は内部使用のみを目的としており、コードでは使用しないでください。

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult ^> ^ GetSessionsAsync(IIterable<Platform::String ^> ^ userAccountIdList) = GetSessionsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult> GetSessionsAsync(IIterable<winrt::hstring> const& userAccountIdList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorGetSessionsResult> GetSessionsAsync(IEnumerable<string> userAccountIdList);
function getSessionsAsync(userAccountIdList)
Public Function GetSessionsAsync (userAccountIdList As IEnumerable(Of String)) As IAsyncOperation(Of MicrosoftAccountMultiFactorGetSessionsResult)

パラメーター

userAccountIdList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

この API は内部使用のみを目的としており、コードでは使用しないでください。

返品

この API は内部使用のみを目的としており、コードでは使用しないでください。

属性

適用対象