ResourceManager.MainResourceMap 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 the ResourceMap that is associated with the main package of the currently running application.
public:
property ResourceMap ^ MainResourceMap { ResourceMap ^ get(); };
ResourceMap MainResourceMap();
public ResourceMap MainResourceMap { get; }
var resourceMap = resourceManager.mainResourceMap;
Public ReadOnly Property MainResourceMap As ResourceMap
Property Value
The resource map.