ResourceLoader.ResourceLoader() constructor
Constructs a new ResourceLoader object for the "Resources" subtree of the currently running app's main ResourceMap.
Syntax
var resourceLoader = new Windows.ApplicationModel.Resources.ResourceLoader();
Parameters
This constructor has no parameters.
Remarks
The empty constructor typically allows access relative to a resource file's named resources (resources.resjson or resources.resw).
This constructor fails with an exception if the main ResourceMap does not have a "Resources" subtree.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
