ResourceMapMapViewIterator.Current Property

Definition

Gets the current item in the ResourceMapMapView.

public:
 property IKeyValuePair<Platform::String ^, ResourceMap ^> ^ Current { IKeyValuePair<Platform::String ^, ResourceMap ^> ^ get(); };
IKeyValuePair<winrt::hstring, ResourceMap const&> Current();
public KeyValuePair<string,ResourceMap> Current { get; }
var iKeyValuePair = resourceMapMapViewIterator.current;
Public ReadOnly Property Current As KeyValuePair(Of String, ResourceMap)

Property Value

The key and ResourceMap key-value pair for the current item.

Implements

Applies to