Compartir a través de


ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Método

Definición

Obtiene la lista de objetos ContactAnnotation que contienen la propiedad id. remota especificada.

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))

Parámetros

remoteId
String

Platform::String

winrt::hstring

Identificador remoto usado para buscar los objetos ContactAnnotation .

Devoluciones

Lista de objetos ContactAnnotation que contienen la propiedad id. remota especificada.

Atributos

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a