Windows.Devices.Enumeration.Pnp namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.Devices.Enumeration.Pnp namespace

[This documentation is preliminary and is subject to change.]

Provides classes for enumerating a collection of Pnp device objects, and event handlers for monitoring changes to the objects in the collection asynchronously.

Members

The Windows.Devices.Enumeration.Pnp namespace has these types of members:

Classes

The Windows.Devices.Enumeration.Pnp namespace has these classes.

ClassDescription
PnpObject Represents a PnP object. This class allows access to well-known properties of a PnP object as well as a property store of additional properties that are specified to be retrieved from the the PnP object.
PnpObjectCollection Represents an iterable collection of Pnp device objects.
PnpObjectUpdate Contains the updated properties of a PnpObject.
PnpObjectWatcher Raises events to notify the client that a PnpObject has been added, updated, or removed from an enumerated collection of Pnp device objects in an incremental and asynchronous way.

 

Enumerations

The Windows.Devices.Enumeration.Pnp namespace has these enumerations.

EnumerationDescription
PnpObjectType Indicates the device type of a PnpObject.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.Devices.Enumeration.Pnp
Windows::Devices::Enumeration::Pnp [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD