Share via


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

WebAccountId で指定されたユーザー アカウントが、Microsoft Store にサインインしているのと同じアカウントである場合は True。それ以外の場合は false。

適用対象