Freigeben über


ContactStore.GetContactAsync(String) Methode

Definition

Ruft ein Contact-Objekt ab, das den Kontakt mit dem angegebenen ID-Wert darstellt.

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 ID des abzurufenden Kontakts.

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein Contact-Objekt zurückgibt. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp ein einzelnes Contact-Objekt .

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für:

Weitere Informationen