ContactStore.FindContactListsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously returns the list of ContactList objects.
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
The list of ContactList objects.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|