ContactList.GetContactAsync(String) 方法

定义

ContactList 异步检索指定的 Contact 对象。

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

参数

contactId
String

Platform::String

winrt::hstring

标识要返回的 联系人 的字符串。

返回

contactId 参数标识的 Contact

属性

Windows 要求

应用功能
contactsSystem

适用于