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 識別碼。 |
Kind |
取得已更新裝置的裝置類型。 |
Properties |
DeviceInformation物件更新中的已變更屬性。 |