ContactList.GetContactFromRemoteIdAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|