Method | Description | |
---|---|---|
GetForCurrentView ( ) : |
Gets a ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap. This ResourceLoader uses a default context associated with the current view.
|
|
GetForViewIndependentUse ( ) : |
Gets a ResourceLoader object for the Resources subtree of the currently running app's main ResourceMap. This ResourceLoader uses a default context that's not associated with any view.
|
|
GetString ( string resource ) : string |
Returns the most appropriate string value of a resource, specified by resource identifier, for the default ResourceContext of the view in which the ResourceLoader was obtained using ResourceLoader.GetForCurrentView.
|
Method | Description | |
---|---|---|
ResourceLoader ( |
||
ResourceLoader ( Windows loader ) : System |
public static GetForCurrentView ( ) : |
||
return |
public static GetForViewIndependentUse ( ) : |
||
return |
public GetString ( string resource ) : string | ||
resource | string | The resource identifier of the resource to be resolved. |
return | string |