Freigeben über


ContactList.GetContactAsync(String) Methode

Definition

Ruft das angegebene Contact-Objekt asynchron aus der ContactList ab.

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)

Parameter

contactId
String

Platform::String

winrt::hstring

Die Zeichenfolge, die den zurückzugebenden Kontakt identifiziert.

Gibt zurück

Der Contact , der durch den contactId-Parameter identifiziert wird.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: