ContactList.GetContactAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|