DeviceUseDetails 类

定义

用于提供触发后台同步任务的应用提供的 DeviceInformation.ID 和参数。

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

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Arguments

获取应用在 DeviceUseTrigger 上调用 RequestAsync 时提供的参数字符串。 这允许应用在调用任务时轻松地将参数传递给任务。

DeviceId

获取任务的目标设备的 DeviceInformation.ID 。 后台任务可以将此项提供给 FromIdAsync 相应设备访问类的 方法以打开设备。 例如,在 Windows.Devices.Usb 命名空间中调用 UsbDevice.FromIdAsync 以打开 USB 设备。

适用于

另请参阅