ResourceLoader.ResourceLoader(String) constructor
Constructs a new ResourceLoader object for the specified ResourceMap.
Syntax
var resourceLoader = new Windows.ApplicationModel.Resources.ResourceLoader(name);
Parameters
- name
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The resource identifier of the ResourceMap that the new resource loader uses for unqualified resource references. It can then retrieve resources relative to those references.
Note The resource identifier is treated as a URI fragment, subject to URI semantics. For example, "Caption%20" is treated as "Caption ". Do not use "?" or "#" in resource identifiers, as they terminate the named resource path. For example, "Foo?3" is treated as "Foo".
Remarks
This constructor is typically used to access resources relative to a resource file with the specified resource identifier. For example, new ResourceLoader('Errors'); is relative to errors.resjson or errors.resw.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
