ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette API n’est pas destinée à être utilisée directement à partir de votre 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
Paramètres
- store
- ContactStore
Magasin de contacts.
- networkName
-
String
Platform::String
winrt::hstring
Nom du réseau.
- networkAccountId
-
String
Platform::String
winrt::hstring
ID de compte réseau.
Retours
Action asynchrone. Si vous utilisez la programmation asynchrone, le type de résultat est void.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|