UserDataAccount.FindContactAnnotationListsAsync 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.
Returns a collection of ContactAnnotationList instances associated with the UserDataAccount.
public:
virtual IAsyncOperation<IVectorView<ContactAnnotationList ^> ^> ^ FindContactAnnotationListsAsync() = FindContactAnnotationListsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactAnnotationList>> FindContactAnnotationListsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactAnnotationList>> FindContactAnnotationListsAsync();
function findContactAnnotationListsAsync()
Public Function FindContactAnnotationListsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotationList))
Returns
A collection of ContactAnnotationList instances associated with the UserDataAccount.
- Attributes