UserDataAccount.FindContactListsAsync Method

Definition

Returns a collection of ContactList instances associated with the UserDataAccount.

public:
 virtual IAsyncOperation<IVectorView<ContactList ^> ^> ^ FindContactListsAsync() = FindContactListsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactList>> FindContactListsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactList>> FindContactListsAsync();
function findContactListsAsync()
Public Function FindContactListsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactList))

Returns

A collection of ContactList instances associated with the UserDataAccount.

Attributes

Applies to