共用方式為


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

代表裝置目前登入使用者的連絡人識別碼。

傳回

非同步作業,會在成功完成時傳回 StoredContact 。 如果您使用 非同步程式設計,結果類型為 StoredContact

適用於

另請參閱