ContactPartnerProvisioningManager.AssociateSocialNetworkAccountAsync 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 ^ 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
Parameter
- store
- ContactStore
Der Kontaktspeicher.
- networkName
-
String
Platform::String
winrt::hstring
Der Netzwerkname.
- networkAccountId
-
String
Platform::String
winrt::hstring
Die Netzwerkkonto-ID.
Gibt zurück
Eine asynchrone Aktion. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp void.
Windows-Anforderungen
App-Funktionen |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|