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

資源物件。

適用於