IXamlUIPresenterHost3.ResolveDictionaryResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.