IXamlUIPresenterHost3.ResolveDictionaryResource Method

Definition

Resolves a resource that is specified by a dictionary and key.

IInspectable ResolveDictionaryResource(ResourceDictionary const& dictionary, IInspectable const& dictionaryKey, IInspectable const& suggestedValue);
public object ResolveDictionaryResource(ResourceDictionary dictionary, object dictionaryKey, object suggestedValue);
function resolveDictionaryResource(dictionary, dictionaryKey, suggestedValue)
Public Function ResolveDictionaryResource (dictionary As ResourceDictionary, dictionaryKey As Object, suggestedValue As Object) As Object

Parameters

dictionary
ResourceDictionary

The dictionary that contains the resource.

dictionaryKey
Object

IInspectable

The resource key.

suggestedValue
Object

IInspectable

The suggested value.

Returns

Object

IInspectable

The resource object.

Applies to