ContactStore.CreateMeContactAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した連絡先が、デバイスの現在サインインしているユーザーを表していることを確立します。
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 です。