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

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 app.

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 ResourceMap.

Implements

Applies to


Feedback

Was this page helpful?