DeviceInformationCollection.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that can iterate through the enumerated DeviceInformation objects, starting with the first.
public:
virtual IIterator<DeviceInformation ^> ^ First() = IIterable<DeviceInformation ^>::First;
IIterator<DeviceInformation> First();
public IIterator<DeviceInformation> First();
function first()
Public Function First () As IIterator(Of DeviceInformation)
Returns
An object that can iterate through the enumerated devices, starting with the first.