Freigeben über


AggregateContactManager.SetRemoteIdentificationInformationAsync Methode

Definition

Legt den Bezeichner fest, der die Remotekontakte angibt, die mit den Kontaktdaten auf Ihrem Gerät verknüpft werden sollen.

public:
 virtual IAsyncAction ^ SetRemoteIdentificationInformationAsync(Platform::String ^ contactListId, Platform::String ^ remoteSourceId, Platform::String ^ accountId) = SetRemoteIdentificationInformationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetRemoteIdentificationInformationAsync(winrt::hstring const& contactListId, winrt::hstring const& remoteSourceId, winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetRemoteIdentificationInformationAsync(string contactListId, string remoteSourceId, string accountId);
function setRemoteIdentificationInformationAsync(contactListId, remoteSourceId, accountId)
Public Function SetRemoteIdentificationInformationAsync (contactListId As String, remoteSourceId As String, accountId As String) As IAsyncAction

Parameter

contactListId
String

Platform::String

winrt::hstring

Der Remotekontaktlistenbezeichner.

remoteSourceId
String

Platform::String

winrt::hstring

Der Bezeichner für den Remotedienst, z. B. "EXCH" für Exchange-Konten.

accountId
String

Platform::String

winrt::hstring

Der eindeutige Roamingbezeichner des Kontos für das Netzwerk.

Gibt zurück

Die zu erwartende IAsyncAction .

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
contactsSystem

Gilt für: