ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) 方法

定义

获取包含指定远程 ID 属性的 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 对象的远程 ID。

返回

包含指定远程 ID 属性的 ContactAnnotation 对象的列表。

属性

Windows 要求

应用功能
contactsSystem

适用于