C# Class Groves.FakeMarkupExtensions.FakeMarkupExtensionCustomResource

Fake markup extension implementation
Inheritance: Windows.UI.Xaml.Resources.CustomXamlResourceLoader
Mostra file Open project: tomzorz/Groves

Public Methods

Method Description
FakeMarkupExtensionCustomResource ( ) : System

Construct an instance of the FME

Protected Methods

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

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

Method Details

FakeMarkupExtensionCustomResource() public method

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

GetResource() protected method

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
return object