Partager via


ContactList.GetContactAsync(String) Méthode

Définition

Récupère de manière asynchrone l’objet Contact spécifié à partir de ContactList.

public:
 virtual IAsyncOperation<Contact ^> ^ GetContactAsync(Platform::String ^ contactId) = GetContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetContactAsync(winrt::hstring const& contactId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetContactAsync(string contactId);
function getContactAsync(contactId)
Public Function GetContactAsync (contactId As String) As IAsyncOperation(Of Contact)

Paramètres

contactId
String

Platform::String

winrt::hstring

Chaîne qui identifie le contact à retourner.

Retours

Contact identifié par le paramètre contactId.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à