ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Metodo

Definizione

Ottiene l'elenco di oggetti ContactAnnotation contenenti la proprietà ID remoto specificata.

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

Parametri

remoteId
String

Platform::String

winrt::hstring

ID remoto usato per trovare gli oggetti ContactAnnotation .

Restituisce

Elenco di oggetti ContactAnnotation contenenti la proprietà ID remoto specificata.

Attributi

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a