Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ResourceManager.MainResourceMap Property
Definition
- Namespace:
- Windows.ApplicationModel.Resources.Core
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.
Applies to
Feedback
Was this page helpful?
