FilePickerSelectedFilesArray.First Method

Definition

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.

Implements

Applies to