StoredContact.ReplaceExistingContactAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces the contact with the specified ID with the current contact.
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
Parameters
- id
-
String
Platform::String
winrt::hstring
The ID of the contact to replace.
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|