DeviceInformationUpdate 类

定义

包含 DeviceInformation 对象的更新属性。

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

Windows 要求

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

示例

有关 C# 和 C++ 中的完整示例,请参阅 设备枚举和配对示例

注解

DeviceWatcher 类的 UpdatedRemoved 事件接收 DeviceInformationUpdate 对象。

有关 DeviceInformationUpdate 的详细信息,请参阅枚举和watch设备

属性

Id

已更新设备的 DeviceInformation ID。

Kind

获取更新的设备的设备类型。

Properties

DeviceInformation 对象更新中更改的属性。

适用于

另请参阅