ResourceManager.AllResourceMaps Proprietà

Definizione

Ottiene una mappa degli oggetti ResourceMap in genere associati ai pacchetti dell'app, indicizzati in base al nome del pacchetto.

public:
 property IMapView<Platform::String ^, ResourceMap ^> ^ AllResourceMaps { IMapView<Platform::String ^, ResourceMap ^> ^ get(); };
IMapView<winrt::hstring, ResourceMap const&> AllResourceMaps();
public IReadOnlyDictionary<string,ResourceMap> AllResourceMaps { get; }
var iMapView = resourceManager.allResourceMaps;
Public ReadOnly Property AllResourceMaps As IReadOnlyDictionary(Of String, ResourceMap)

Valore della proprietà

Contiene tutte le mappe risorse predefinite per tutti i pacchetti usati dall'app, nonché tutte le mappe delle risorse caricate in modo esplicito.

Si applica a