次の方法で共有


WebAccountManager.AddWebAccountAsync メソッド

定義

オーバーロード

AddWebAccountAsync(String, String, IMapView<String,String>)

3 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope)

4 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope, String)

5 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

AddWebAccountAsync(String, String, IMapView<String,String>)

3 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props);
[Windows.Foundation.Metadata.Overload("AddWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props);
function addWebAccountAsync(webAccountId, webAccountUserName, props)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String)) As IAsyncOperation(Of WebAccount)

パラメーター

webAccountId
String

Platform::String

winrt::hstring

Web アカウントの ID。

webAccountUserName
String

Platform::String

winrt::hstring

Web アカウントのユーザー名。

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

Web アカウントのプロパティ。

戻り値

このメソッドが完了すると、新しい Web アカウントが返されます。

属性

こちらもご覧ください

適用対象

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope)

4 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(winrt::hstring const& webAccountId, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& props, WebAccountScope const& scope);
[Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope);
function addWebAccountAsync(webAccountId, webAccountUserName, props, scope)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope) As IAsyncOperation(Of WebAccount)

パラメーター

webAccountId
String

Platform::String

winrt::hstring

Web アカウントの ID。

webAccountUserName
String

Platform::String

winrt::hstring

Web アカウントのユーザー名。

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

Web アカウントのプロパティ。

scope
WebAccountScope

Web アカウントのスコープ。

戻り値

このメソッドが完了すると、新しい Web アカウントが返されます。

属性

こちらもご覧ください

適用対象

AddWebAccountAsync(String, String, IMapView<String,String>, WebAccountScope, String)

5 つの入力を使用して、新しい Web アカウントを非同期的に追加します。

public:
 static IAsyncOperation<WebAccount ^> ^ AddWebAccountAsync(Platform::String ^ webAccountId, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ props, WebAccountScope scope, Platform::String ^ perUserWebAccountId);
/// [Windows.Foundation.Metadata.Overload("AddWebAccountWithScopeAndMapAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> AddWebAccountAsync(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("AddWebAccountWithScopeAndMapAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> AddWebAccountAsync(string webAccountId, string webAccountUserName, IReadOnlyDictionary<string,string> props, WebAccountScope scope, string perUserWebAccountId);
function addWebAccountAsync(webAccountId, webAccountUserName, props, scope, perUserWebAccountId)
Public Shared Function AddWebAccountAsync (webAccountId As String, webAccountUserName As String, props As IReadOnlyDictionary(Of String, String), scope As WebAccountScope, perUserWebAccountId As String) As IAsyncOperation(Of WebAccount)

パラメーター

webAccountId
String

Platform::String

winrt::hstring

Web アカウントの ID。

webAccountUserName
String

Platform::String

winrt::hstring

Web アカウントのユーザー名。

props

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

Web アカウントのプロパティ。

scope
WebAccountScope

Web アカウントのスコープ。

perUserWebAccountId
String

Platform::String

winrt::hstring

ユーザーごとの Web アカウント ID。

戻り値

このメソッドが完了すると、新しい Web アカウントが返されます。

属性

Windows の要件

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

こちらもご覧ください

適用対象