次の方法で共有


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

文字列キー。

適用対象