ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 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]
|