다음을 통해 공유


XamlUIPresenter.ThemeKey 속성

정의

ThemeResourcesXaml에서 사용할 테마 집합을 식별하는 문자열 키를 가져오거나 설정합니다.

public:
 property Platform::String ^ ThemeKey { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ThemeKey();

void ThemeKey(winrt::hstring value);
public string ThemeKey { get; set; }
var string = xamlUIPresenter.themeKey;
xamlUIPresenter.themeKey = string;
Public Property ThemeKey As String

속성 값

String

Platform::String

winrt::hstring

문자열 키입니다.

적용 대상