Поделиться через


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

Объект ресурса.

Применяется к