ResourceManager.AllResourceMaps Property

Definition

Gets a map of ResourceMap objects typically associated with the app packages, indexed by package name.

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)

Property Value

Contains all default resource maps for all packages used by the app, as well as any resource maps that have been loaded explicitly.

Applies to