ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|