ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is not intended to be used directly from your code.
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
Parameters
- store
- ContactStore
The contact store.
- networkName
-
String
Platform::String
winrt::hstring
The network name.
- networkAccountId
-
String
Platform::String
winrt::hstring
The network account ID.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Windows requirements
App capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|