DeviceInformationCollection.Count 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 number of elements contained in the collection.
Syntax
public string Count { get; }
Public ReadOnly Property Count As Integer Get
public:
property int Count {
int get();
}
Property Value
Type: System.Int32
The number of elements contained in the collection.