ContactList.GetContactFromRemoteIdAsync(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 asynchron den Kontakt ab, der durch die angegebene RemoteId identifiziert wird.
public:
virtual IAsyncOperation<Contact ^> ^ GetContactFromRemoteIdAsync(Platform::String ^ remoteId) = GetContactFromRemoteIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetContactFromRemoteIdAsync(winrt::hstring const& remoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetContactFromRemoteIdAsync(string remoteId);
function getContactFromRemoteIdAsync(remoteId)
Public Function GetContactFromRemoteIdAsync (remoteId As String) As IAsyncOperation(Of Contact)
Parameter
- remoteId
-
String
Platform::String
winrt::hstring
Eine ID, die von einem Dienstanbieter für den Zugriff auf den Kontakt in ihrem Remotesystem verwendet werden kann.
Gibt zurück
Der Contact , der durch den remoteId-Parameter identifiziert wird.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|