ContactAnnotationList.FindAnnotationsAsync 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 gets the list of ContactAnnotation objects.
public:
virtual IAsyncOperation<IVectorView<ContactAnnotation ^> ^> ^ FindAnnotationsAsync() = FindAnnotationsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactAnnotation>> FindAnnotationsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactAnnotation>> FindAnnotationsAsync();
function findAnnotationsAsync()
Public Function FindAnnotationsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotation))
Returns
The list of ContactAnnotation objects.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|