Share via


ResourceContextLanguagesVectorView.First Method

Definition

Overloads

First()

Returns an iterator to enumerate the items in the set of ResourceContext language qualifiers.

First()

Returns an iterator to enumerate the items in the set of ResourceContext language qualifiers.

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

IIterator<String>

IIterator<Platform::String>

IIterator<winrt::hstring>

The iterator. The current position of the iterator is index 0, or the end of the set if the set is empty.

Implements

Applies to