次の方法で共有


ContactPartnerProvisioningManager.AssociateNetworkAccountAsync メソッド

定義

この API は、コードから直接使用することを意図したものではありません。

public:
 static IAsyncAction ^ AssociateNetworkAccountAsync(ContactStore ^ store, Platform::String ^ networkName, Platform::String ^ networkAccountId);
 static IAsyncAction AssociateNetworkAccountAsync(ContactStore const& store, winrt::hstring const& networkName, winrt::hstring const& networkAccountId);
public static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, string networkName, string networkAccountId);
function associateNetworkAccountAsync(store, networkName, networkAccountId)
Public Shared Function AssociateNetworkAccountAsync (store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction

パラメーター

store
ContactStore

連絡先ストア。

networkName
String

Platform::String

winrt::hstring

ネットワーク名。

networkAccountId
String

Platform::String

winrt::hstring

アカウント ID。

戻り値

非同期アクション。 非同期プログラミングを使用する場合、結果の型は void です

Windows の要件

アプリの機能
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

適用対象