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

リソース オブジェクト。

適用対象