UserDataTaskListSyncManagerSyncRequestEventArgs 类

定义

封装有关同步任务列表的请求的信息。

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

Windows 要求

要求 说明
设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

属性

名称 说明
Request

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

方法

名称 说明
GetDeferral()

获取此操作的延迟对象。

适用于