Partager via


ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync Méthode

Définition

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]

S’applique à