IXamlUIPresenterHost3.ResolveDictionaryResource 方法

定义

解析由字典和键指定的资源。

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

参数

dictionary
ResourceDictionary

包含资源的字典。

dictionaryKey
Object

IInspectable

资源键。

suggestedValue
Object

IInspectable

建议的值。

返回

Object

IInspectable

资源对象。

适用于