IXamlUIPresenterHost3.ResolveDictionaryResource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解析由字典和键指定的资源。
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
资源对象。