ContactListDeleteContactRequestEventArgs 类

定义

封装有关删除联系人的请求的信息。

public ref class ContactListDeleteContactRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListDeleteContactRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListDeleteContactRequestEventArgs
Public NotInheritable Class ContactListDeleteContactRequestEventArgs
继承
Object Platform::Object IInspectable ContactListDeleteContactRequestEventArgs
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
应用功能
contactsSystem

属性

Request

获取与此请求关联的 ContactListDeleteTaskRequest 对象。

方法

GetDeferral()

获取此操作的延迟对象。

适用于