ContactList.GetContactFromRemoteIdAsync(String) 方法

定义

异步获取由指定的 RemoteId 标识的联系人

public:
 virtual IAsyncOperation<Contact ^> ^ GetContactFromRemoteIdAsync(Platform::String ^ remoteId) = GetContactFromRemoteIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetContactFromRemoteIdAsync(winrt::hstring const& remoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetContactFromRemoteIdAsync(string remoteId);
function getContactFromRemoteIdAsync(remoteId)
Public Function GetContactFromRemoteIdAsync (remoteId As String) As IAsyncOperation(Of Contact)

参数

remoteId
String

Platform::String

winrt::hstring

服务提供商可用于访问其远程系统中的 联系人 的 ID。

返回

remoteId 参数标识的联系人

属性

Windows 要求

应用功能
contactsSystem

适用于