Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.36 KB

pnpobject_properties.md

File metadata and controls

29 lines (20 loc) · 1.36 KB
-api-id -api-type
P:Windows.Devices.Enumeration.Pnp.PnpObject.Properties
winrt property

Windows.Devices.Enumeration.Pnp.PnpObject.Properties

-description

Important

We no longer recommend that you use the types in the Windows.Devices.Enumeration.Pnp namespace. Instead, the types in the Windows.Devices.Enumeration namespace implement a modern, and better maintained, superset of the functionality of Windows.Devices.Enumeration.Pnp.

The alternative to PnpObjectType is the Windows.Devices.Enumeration.DeviceInformationKind enum, which you can pass as a parameter to Windows.Devices.Enumeration APIs. For example, instead of using PnpObjectType when you create a PnpObjectWatcher, use DeviceInformationKind when you create a DeviceWatcher.

A property store containing well-known values as well as additional specified properties.

-property-value

A pointer to the property store.

-remarks

For more info on what the properties represent, see Device information properties.

-examples

-see-also