ContactAnnotationList.FindAnnotationsByRemoteIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含指定之遠端識別碼屬性的 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
|