次の方法で共有


ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync メソッド

定義

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

public:
 static IAsyncAction ^ AssociateSocialNetworkAccountAsync(ContactStore ^ store, Platform::String ^ networkName, Platform::String ^ networkAccountId);
 static IAsyncAction AssociateSocialNetworkAccountAsync(ContactStore const& store, winrt::hstring const& networkName, winrt::hstring const& networkAccountId);
public static IAsyncAction AssociateSocialNetworkAccountAsync(ContactStore store, string networkName, string networkAccountId);
function associateSocialNetworkAccountAsync(store, networkName, networkAccountId)
Public Shared Function AssociateSocialNetworkAccountAsync (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]

適用対象