ContactAnnotationList.GetAnnotationAsync(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 contactAnnotation mit der angegebenen ID ab.
public:
virtual IAsyncOperation<ContactAnnotation ^> ^ GetAnnotationAsync(Platform::String ^ annotationId) = GetAnnotationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactAnnotation> GetAnnotationAsync(winrt::hstring const& annotationId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactAnnotation> GetAnnotationAsync(string annotationId);
function getAnnotationAsync(annotationId)
Public Function GetAnnotationAsync (annotationId As String) As IAsyncOperation(Of ContactAnnotation)
Parameter
- annotationId
-
String
Platform::String
winrt::hstring
Die ContactAnnotation.Id verwendet, um die ContactAnnotation zu identifizieren.
Gibt zurück
Die ContactAnnotation mit der angegebenen ID.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|