다음을 통해 공유


StoreConfiguration.IsStoreWebAccountId(String) 메서드

정의

지정된 사용자 ID를 사용하여 디바이스에서 Microsoft Store에 로그인하는지 여부를 확인합니다.

public:
 static bool IsStoreWebAccountId(Platform::String ^ webAccountId);
 static bool IsStoreWebAccountId(winrt::hstring const& webAccountId);
public static bool IsStoreWebAccountId(string webAccountId);
function isStoreWebAccountId(webAccountId)
Public Shared Function IsStoreWebAccountId (webAccountId As String) As Boolean

매개 변수

webAccountId
String

Platform::String

winrt::hstring

검사 사용자 ID(일반적으로 WebAccount.Id 속성에서 가져온)입니다.

반환

Boolean

bool

True이면 webAccountId 에 지정된 사용자 계정이 Microsoft Store에 로그인된 계정과 동일합니다. 그렇지 않으면 false입니다.

적용 대상