ContactListDeleteContactRequest
ContactListDeleteContactRequest
ContactListDeleteContactRequest
ContactListDeleteContactRequest
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Details of a request to delete a contact.
public : sealed class ContactListDeleteContactRequest : IContactListDeleteContactRequestpublic sealed class ContactListDeleteContactRequest : IContactListDeleteContactRequestPublic NotInheritable Class ContactListDeleteContactRequest Implements IContactListDeleteContactRequest// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
ContactId ContactId ContactId ContactId
Prerelease. Gets the contact ID of the contact to be deleted.
public : PlatForm::String ContactId { get; }public string ContactId { get; }Public ReadOnly Property ContactId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The contact ID of the contact to be deleted.
ContactListId ContactListId ContactListId ContactListId
Prerelease. Gets the ID of the contact list that contains the contact that is to be deleted.
public : PlatForm::String ContactListId { get; }public string ContactListId { get; }Public ReadOnly Property ContactListId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The contact list that contains the contact that is to be deleted.
Methods
ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()
Prerelease. Informs the client app that the request was processed successfully.
public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous operation.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Prerelease. Informs the client that the request was not processed successfully.
public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous operation.