Freigeben über


ContactPartnerProvisioningManager.AssociateNetworkAccountAsync Methode

Definition

Diese API ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen.

public:
 static IAsyncAction ^ AssociateNetworkAccountAsync(ContactStore ^ store, Platform::String ^ networkName, Platform::String ^ networkAccountId);
 static IAsyncAction AssociateNetworkAccountAsync(ContactStore const& store, winrt::hstring const& networkName, winrt::hstring const& networkAccountId);
public static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, string networkName, string networkAccountId);
function associateNetworkAccountAsync(store, networkName, networkAccountId)
Public Shared Function AssociateNetworkAccountAsync (store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction

Parameter

store
ContactStore

Der Kontaktspeicher.

networkName
String

Platform::String

winrt::hstring

Der Netzwerkname.

networkAccountId
String

Platform::String

winrt::hstring

Die Konto-ID.

Gibt zurück

Eine asynchrone Aktion. Wenn Sie Asynchrone Programmierung verwenden, ist der Ergebnistyp void.

Windows-Anforderungen

App-Funktionen
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

Gilt für: