Share via


ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Method

Definition

Gets the list of ContactAnnotation objects containing the specified remote ID property.

public:
 virtual IAsyncOperation<IVectorView<ContactAnnotation ^> ^> ^ FindAnnotationsByRemoteIdAsync(Platform::String ^ remoteId) = FindAnnotationsByRemoteIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactAnnotation>> FindAnnotationsByRemoteIdAsync(winrt::hstring const& remoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactAnnotation>> FindAnnotationsByRemoteIdAsync(string remoteId);
function findAnnotationsByRemoteIdAsync(remoteId)
Public Function FindAnnotationsByRemoteIdAsync (remoteId As String) As IAsyncOperation(Of IReadOnlyList(Of ContactAnnotation))

Parameters

remoteId
String

Platform::String

winrt::hstring

The remote ID used to find the ContactAnnotation objects.

Returns

The list of ContactAnnotation objects containing the specified remote ID property.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to