StringMap.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 containing the items in the collection.
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 items in the collection.