FilePickerSelectedFilesArray.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.
Retrieves an iterator that iterates through the collection of StorageFile objects that represent selected files.
public:
virtual IIterator<StorageFile ^> ^ First() = IIterable<StorageFile ^>::First;
IIterator<StorageFile> First();
public IIterator<StorageFile> First();
function first()
Public Function First () As IIterator(Of StorageFile)
Returns
The iterator.