StoreConfiguration.IsStoreWebAccountId(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 사용자 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입니다.