ContactStore.FindContactByRemoteIdAsync(String) 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.
Ruft den Kontakt mit der angegebenen Remote-ID aus dem Kontaktspeicher ab.
public:
virtual IAsyncOperation<StoredContact ^> ^ FindContactByRemoteIdAsync(Platform::String ^ id) = FindContactByRemoteIdAsync;
IAsyncOperation<StoredContact> FindContactByRemoteIdAsync(winrt::hstring const& id);
public IAsyncOperation<StoredContact> FindContactByRemoteIdAsync(string id);
function findContactByRemoteIdAsync(id)
Public Function FindContactByRemoteIdAsync (id As String) As IAsyncOperation(Of StoredContact)
Parameter
- id
-
String
Platform::String
winrt::hstring
Die anwendungsdefinierte Remote-ID des abzurufenden Kontakts.
Gibt zurück
Nach Abschluss dieser Methode wird ein StoredContact-Objekt zurückgegeben. Wenn Sie die asynchrone Programmierung verwenden, lautet der Ergebnistyp StoredContact.
Windows-Anforderungen
App-Funktionen |
ID_CAP_CONTACTS [Windows Phone]
|