Freigeben über


ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Methode

Definition

Ruft die Liste der ContactAnnotation-Objekte ab, die die angegebene Remote-ID-Eigenschaft enthalten.

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

Parameter

remoteId
String

Platform::String

winrt::hstring

Die Remote-ID, die zum Suchen der ContactAnnotation-Objekte verwendet wird.

Gibt zurück

Die Liste der ContactAnnotation-Objekte , die die angegebene Remote-ID-Eigenschaft enthalten.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: