WebAccountManager.AddWebAccountForUserAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>) |
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。 |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope) |
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。 |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String) |
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。 |
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>)
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props);
[Windows.Foundation.Metadata.Overload("AddWebAccountForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String)) As IAsyncOperation(Of WebAccount)
パラメーター
- user
- User
アカウントを認証する必要があるユーザー。
- webAccountId
-
String
Platform::String
winrt::hstring
Web アカウントの ID。
- webAccountUserName
-
String
Platform::String
winrt::hstring
Web アカウントのユーザー名。
Web アカウントのプロパティ。
戻り値
新しい Web アカウントを使用した非同期操作。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
適用対象
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope)
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props, scope)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope) As IAsyncOperation(Of WebAccount)
パラメーター
- user
- User
アカウントを認証する必要があるユーザー。
- webAccountId
-
String
Platform::String
winrt::hstring
Web アカウントの ID。
- webAccountUserName
-
String
Platform::String
winrt::hstring
Web アカウントのユーザー名。
Web アカウントのプロパティ。
- scope
- WebAccountScope
Web アカウントのスコープ。
戻り値
新しい Web アカウントを使用した非同期操作。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
適用対象
AddWebAccountForUserAsync(User, String, String, IMapView<String,String>, WebAccountScope, String)
新しい Web アカウントを追加します。 このプロセスは、指定されたユーザーに属するものとして追跡されます (マルチユーザー対応アプリで使用するため)。
public:
static IAsyncOperation<WebAccount ^> ^ AddWebAccountForUserAsync(User ^ user, Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User const& user, winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope, winrt::hstring const& perUserWebAccountId);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountForUserAsync(User user, string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope, string perUserWebAccountId);
function addWebAccountForUserAsync(user, webAccountId, webAccountUserName, props, scope, perUserWebAccountId)
Public Shared Function AddWebAccountForUserAsync (user As User, webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope, perUserWebAccountId As String) As IAsyncOperation(Of WebAccount)
パラメーター
- user
- User
アカウントを認証する必要があるユーザー。
- webAccountId
-
String
Platform::String
winrt::hstring
Web アカウントの ID。
- webAccountUserName
-
String
Platform::String
winrt::hstring
Web アカウントのユーザー名。
Web アカウントのプロパティ。
- scope
- WebAccountScope
Web アカウントのスコープ。
- perUserWebAccountId
-
String
Platform::String
winrt::hstring
この特定のユーザーの Web アカウント ID。
戻り値
新しい Web アカウントを使用した非同期操作。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|