C# Класс Groves.FakeMarkupExtensions.FakeMarkupExtensionCustomResource

Fake markup extension implementation
Наследование: Windows.UI.Xaml.Resources.CustomXamlResourceLoader
Показать файл Открыть проект

Открытые методы

Метод Описание
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