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

適用於