ResourceMapIterator.Current Property
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.
Gets the current item in the ResourceMap.
public:
property IKeyValuePair<Platform::String ^, NamedResource ^> ^ Current { IKeyValuePair<Platform::String ^, NamedResource ^> ^ get(); };
IKeyValuePair<winrt::hstring, NamedResource const&> Current();
public KeyValuePair<string,NamedResource> Current { get; }
var iKeyValuePair = resourceMapIterator.current;
Public ReadOnly Property Current As KeyValuePair(Of String, NamedResource)
Property Value
The key and NamedResource key-value pair for the current item.