ResourceMapMapViewIterator.Current Proprietà

Definizione

Ottiene l'elemento corrente in 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)

Valore della proprietà

Coppia chiave e resourceMap chiave-valore per l'elemento corrente.

Implementazioni

Si applica a