Freigeben über


ContactStore.GetContactListAsync(String) Methode

Definition

Ruft die ContactList mit der angegebenen ID asynchron ab.

public:
 virtual IAsyncOperation<ContactList ^> ^ GetContactListAsync(Platform::String ^ contactListId) = GetContactListAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactList> GetContactListAsync(winrt::hstring const& contactListId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactList> GetContactListAsync(string contactListId);
function getContactListAsync(contactListId)
Public Function GetContactListAsync (contactListId As String) As IAsyncOperation(Of ContactList)

Parameter

contactListId
String

Platform::String

winrt::hstring

Die ID der abzurufenden ContactList .

Gibt zurück

Die ContactList mit der angegebenen ID oder NULL, wenn die Liste nicht gefunden wird.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Hinweise

Diese Methode löst eine ungültige Argumentausnahme aus, wenn die contactListId falsch formatiert ist.

Gilt für: