ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|