Share via


ResourceMapIterator.Current Property

Definition

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.

Implements

Applies to