C# Class InTheHand.UI.Xaml.Resources.WindowsXamlResourceLoader

Inheritance: Windows.UI.Xaml.Resources.CustomXamlResourceLoader
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
WindowsXamlResourceLoader ( ) : Windows.ApplicationModel.Resources
WindowsXamlResourceLoader ( string baseName ) : Windows.ApplicationModel.Resources

Protected Methods

Method Description
GetResource ( string resourceId, string objectType, string propertyName, string propertyType ) : object

Specifies the logic of resource lookup for this CustomXamlResourceLoader. Given a resource ID returns the requested string resource.

Method Details

GetResource() protected method

Specifies the logic of resource lookup for this CustomXamlResourceLoader. Given a resource ID returns the requested string resource.
protected GetResource ( string resourceId, string objectType, string propertyName, string propertyType ) : object
resourceId string The string-form key of the resource to get.
objectType string
propertyName string
propertyType string
return object

WindowsXamlResourceLoader() public method

public WindowsXamlResourceLoader ( ) : Windows.ApplicationModel.Resources
return Windows.ApplicationModel.Resources

WindowsXamlResourceLoader() public method

public WindowsXamlResourceLoader ( string baseName ) : Windows.ApplicationModel.Resources
baseName string
return Windows.ApplicationModel.Resources