Поделиться через


ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) Метод

Определение

Возвращает список объектов ContactAnnotation , содержащих указанное свойство удаленного идентификатора.

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

Параметры

remoteId
String

Platform::String

winrt::hstring

Удаленный идентификатор, используемый для поиска объектов ContactAnnotation .

Возвращаемое значение

Список объектов ContactAnnotation , содержащих указанное свойство удаленного идентификатора.

Атрибуты

Требования к Windows

Возможности приложения
contactsSystem

Применяется к