0 out of 1 rated this helpful - Rate this topic

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

Windows.ApplicationModel.Resources
Windows::ApplicationModel::Resources [C++]

Metadata

Windows.winmd

See also

ResourceLoader class
ResourceLoader(String)
ResourceMap

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.