次の方法で共有


StoreConfiguration.IsStoreWebAccountIdForUser(User, String) メソッド

定義

指定したユーザー ID とユーザー ID が、デバイス上の Microsoft Store へのサインインにも使用されているかどうかを判断します。

public:
 static bool IsStoreWebAccountIdForUser(User ^ user, Platform::String ^ webAccountId);
 static bool IsStoreWebAccountIdForUser(User const& user, winrt::hstring const& webAccountId);
public static bool IsStoreWebAccountIdForUser(User user, string webAccountId);
function isStoreWebAccountIdForUser(user, webAccountId)
Public Shared Function IsStoreWebAccountIdForUser (user As User, webAccountId As String) As Boolean

パラメーター

user
User

クエリを実行するユーザーを識別する オブジェクト。

webAccountId
String

Platform::String

winrt::hstring

ユーザー ID (通常は WebAccount.Id プロパティから取得) をチェックします。

戻り値

Boolean

bool

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

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象