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