C# 클래스 Groves.FakeMarkupExtensions.FakeMarkupExtensionCustomResource

Fake markup extension implementation
상속: Windows.UI.Xaml.Resources.CustomXamlResourceLoader
파일 보기 프로젝트 열기: tomzorz/Groves

공개 메소드들

메소드 설명
FakeMarkupExtensionCustomResource ( ) : System

Construct an instance of the FME

보호된 메소드들

메소드 설명
GetResource ( string resourceId, string objectType, string propertyName, string propertyType ) : object

Get a resource by the {CustomResource ...} markup extension

메소드 상세

FakeMarkupExtensionCustomResource() 공개 메소드

Construct an instance of the FME
public FakeMarkupExtensionCustomResource ( ) : System
리턴 System

GetResource() 보호된 메소드

Get a resource by the {CustomResource ...} markup extension
Something went wrong while grabbing the value.
protected GetResource ( string resourceId, string objectType, string propertyName, string propertyType ) : object
resourceId string if of the resource
objectType string expected type of the result
propertyName string name of the property where the value is assigned
propertyType string type of the property where the value is assigned
리턴 object