다음을 통해 공유


UserDataAccountStore.GetAccountAsync(String) 메서드

정의

지정된 계정을 비동기적으로 가져옵니다.

public:
 virtual IAsyncOperation<UserDataAccount ^> ^ GetAccountAsync(Platform::String ^ id) = GetAccountAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataAccount> GetAccountAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataAccount> GetAccountAsync(string id);
function getAccountAsync(id)
Public Function GetAccountAsync (id As String) As IAsyncOperation(Of UserDataAccount)

매개 변수

id
String

Platform::String

winrt::hstring

계정을 식별하는 ID 문자열입니다.

반환

id 매개 변수로 식별된 UserDataAccount를 반환합니다.

특성

적용 대상