StoreConfiguration.SetStoreWebAccountId(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストアにサインインしている現在のユーザーのストア ユーザー アカウント ID を設定して、他のアプリがこの ID に対してクエリを実行できるようにします。
public:
static void SetStoreWebAccountId(Platform::String ^ webAccountId);
static void SetStoreWebAccountId(winrt::hstring const& webAccountId);
public static void SetStoreWebAccountId(string webAccountId);
function setStoreWebAccountId(webAccountId)
Public Shared Sub SetStoreWebAccountId (webAccountId As String)
パラメーター
- webAccountId
-
String
Platform::String
winrt::hstring
ストアに現在サインインしているユーザーに設定する Store ユーザー アカウント ID (通常は WebAccount.Id プロパティから取得されます)。