Compartir a través de


ResourceMapMapViewIterator.Current Propiedad

Definición

Obtiene el elemento actual de 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)

Valor de propiedad

Par clave-valor clave y ResourceMap para el elemento actual.

Implementaciones

Se aplica a