次の方法で共有


StoreConfiguration.SetStoreWebAccountId(String) メソッド

定義

ストアにサインインしている現在のユーザーのストア ユーザー アカウント 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 プロパティから取得されます)。

適用対象