C# 클래스 InTheHand.UI.Xaml.Resources.WindowsXamlResourceLoader

상속: Windows.UI.Xaml.Resources.CustomXamlResourceLoader
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
WindowsXamlResourceLoader ( ) : Windows.ApplicationModel.Resources
WindowsXamlResourceLoader ( string baseName ) : Windows.ApplicationModel.Resources

보호된 메소드들

메소드 설명
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.

메소드 상세

GetResource() 보호된 메소드

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
리턴 object

WindowsXamlResourceLoader() 공개 메소드

public WindowsXamlResourceLoader ( ) : Windows.ApplicationModel.Resources
리턴 Windows.ApplicationModel.Resources

WindowsXamlResourceLoader() 공개 메소드

public WindowsXamlResourceLoader ( string baseName ) : Windows.ApplicationModel.Resources
baseName string
리턴 Windows.ApplicationModel.Resources