ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|