Partager via


ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Méthode

Définition

Obtient la liste des objets ContactAnnotation contenant la propriété d’ID distant spécifiée.

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

Paramètres

remoteId
String

Platform::String

winrt::hstring

ID distant utilisé pour rechercher les objets ContactAnnotation .

Retours

Liste des objets ContactAnnotation contenant la propriété d’ID distant spécifiée.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à