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
リソース オブジェクト。