ContactStore.CreateMeContactAsync(String) 方法

定义

确定指定的联系人代表设备的当前登录用户。

public:
 virtual IAsyncOperation<StoredContact ^> ^ CreateMeContactAsync(Platform::String ^ id) = CreateMeContactAsync;
IAsyncOperation<StoredContact> CreateMeContactAsync(winrt::hstring const& id);
public IAsyncOperation<StoredContact> CreateMeContactAsync(string id);
function createMeContactAsync(id)
Public Function CreateMeContactAsync (id As String) As IAsyncOperation(Of StoredContact)

参数

id
String

Platform::String

winrt::hstring

联系人的 ID,表示设备的当前登录用户。

返回

成功完成时返回 StoredContact 的异步操作。 如果使用 异步编程,则结果类型为 StoredContact

适用于

另请参阅