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

適用対象