Partager via


ContactList.GetContactFromRemoteIdAsync(String) Méthode

Définition

Obtient de manière asynchrone le contact identifié par le RemoteId spécifié.

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)

Paramètres

remoteId
String

Platform::String

winrt::hstring

ID qui peut être utilisé par un fournisseur de services pour accéder au contact dans son système distant.

Retours

Contact identifié par le paramètre remoteId.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à