다음을 통해 공유


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

리소스 개체입니다.

적용 대상