IXamlUIPresenterHost3 IXamlUIPresenterHost3 IXamlUIPresenterHost3 IXamlUIPresenterHost3 Interface

Definition

public : interface IXamlUIPresenterHost3public interface IXamlUIPresenterHost3Public Interface IXamlUIPresenterHost3// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.UI.Xaml.Hosting.HostingContract (introduced v1)

Methods

ResolveDictionaryResource(ResourceDictionary, Object, Object) ResolveDictionaryResource(ResourceDictionary, Object, Object) ResolveDictionaryResource(ResourceDictionary, Object, Object) ResolveDictionaryResource(ResourceDictionary, Object, Object)

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

public : PlatForm::Object ResolveDictionaryResource(ResourceDictionary dictionary, PlatForm::Object dictionaryKey, PlatForm::Object suggestedValue)public object ResolveDictionaryResource(ResourceDictionary dictionary, Object dictionaryKey, Object suggestedValue)Public Function ResolveDictionaryResource(dictionary As ResourceDictionary, dictionaryKey As Object, suggestedValue As Object) As object// This API is not available in Javascript.
Parameters
dictionary
ResourceDictionary ResourceDictionary ResourceDictionary ResourceDictionary

The dictionary that contains the resource.

dictionaryKey
PlatForm::Object Object Object Object

The resource key.

suggestedValue
PlatForm::Object Object Object Object

The suggested value.

Returns
PlatForm::Object object object object

The resource object.