StoredContact.ReplaceExistingContactAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先を、指定した ID で現在の連絡先に置き換えます。
public:
virtual IAsyncAction ^ ReplaceExistingContactAsync(Platform::String ^ id) = ReplaceExistingContactAsync;
IAsyncAction ReplaceExistingContactAsync(winrt::hstring const& id);
public IAsyncAction ReplaceExistingContactAsync(string id);
function replaceExistingContactAsync(id)
Public Function ReplaceExistingContactAsync (id As String) As IAsyncAction
パラメーター
- id
-
String
Platform::String
winrt::hstring
置換する連絡先の ID。
戻り値
非同期アクション。 非同期プログラミングを使用する場合、結果の型は void です。
Windows の要件
アプリの機能 |
ID_CAP_CONTACTS [Windows Phone]
|