DeviceInformationUpdate 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 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
		- 继承
 
- 属性
 
Windows 要求
| 设备系列 | 
					 
							Windows 10 (在 10.0.10240.0 中引入) 
				 | 
			
| API contract | 
					 
							Windows.Foundation.UniversalApiContract (在 v1.0 中引入) 
				 | 
			
示例
有关 C# 和 C++ 中的完整示例,请参阅 设备枚举和配对示例。
注解
DeviceWatcher 类的 Updated 和 Removed 事件接收 DeviceInformationUpdate 对象。
有关 DeviceInformationUpdate 的详细信息,请参阅枚举和watch设备。
属性
| Id | 
		 已更新设备的 DeviceInformation ID。  | 
        	
| Kind | 
		 获取更新的设备的设备类型。  | 
        	
| Properties | 
		 DeviceInformation 对象更新中更改的属性。  |