DeviceInformationCollection.Item property (Handheld 8)
2/18/2014
[Microsoft.Embedded.Devices.Enumeration may be altered or unavailable for releases after Windows Embedded 8 Handheld. Use Windows.Devices.Enumeration instead.]
This property gets the element at the specified index.
Syntax
public DeviceInformation this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As DeviceInformation
public:
property int Item {
int get();
}
Property Value
Type: DeviceInformation
The element at the specified index.