ResourceMapMapView.First Method

Definition

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

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

Returns

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

Implements

Applies to