FileExtensionVector.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 file name extensions in the collection.
public:
virtual IIterator<Platform::String ^> ^ First() = IIterable<Platform::String ^>::First;
IIterator<winrt::hstring> First();
public IIterator<string> First();
function first()
Public Function First () As IIterator(Of String)
Returns
The iterator.