ContactPartnerProvisioningManager.AssociateNetworkAccountAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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]
|