Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.3 KB

pnpobjectcollection_getat_496709656.md

File metadata and controls

32 lines (22 loc) · 1.3 KB
-api-id -api-type
M:Windows.Devices.Enumeration.Pnp.PnpObjectCollection.GetAt(System.UInt32)
winrt method

Windows.Devices.Enumeration.Pnp.PnpObjectCollection.GetAt

-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.

Returns the PnpObject located at the specified index.

-parameters

-param index

The integer index for the value to retrieve.

-returns

The PnpObject at the specified index.

-remarks

-examples

-see-also