Share via


XamlUIPresenter.ThemeKey Propiedad

Definición

Obtiene o establece la clave de cadena que identifica el conjunto de temas que se va a usar desde 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

Valor de propiedad

String

Platform::String

winrt::hstring

Una clave de cadena.

Se aplica a