ResourceQualifierObservableMap.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.
Returns an iterator to enumerate the items in the observable map.
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<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 observable map if the observable map is empty.