ResourceQualifierMapView.First Method

Definition

Returns an iterator to enumerate the items in the map view.

public:
 virtual IIterator<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, winrt::hstring const&>> First();
public IIterator<KeyValuePair<string,string>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, String))

Returns

IIterator<IKeyValuePair<String,String>>

IIterator<KeyValuePair<String,String>>

IIterator<IKeyValuePair<Platform::String,Platform::String>>

IIterator<IKeyValuePair<winrt::hstring,winrt::hstring>>

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

Implements

Applies to