次の方法で共有


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()

この操作の遅延オブジェクトを取得します。

適用対象