ResourceManager.AllResourceMaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.