次の方法で共有


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 です

適用対象

こちらもご覧ください