XamlUIPresenter.ThemeResourcesXaml 属性

定义

获取或设置指定资源字典的 XAML。 资源字典包含主机应解析且应应用于内容的主题。

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

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

属性值

String

Platform::String

winrt::hstring

以字符串形式指定的 XAML 资源字典。

注解

此属性应包含一个字符串,该字符串可以解析为完整的有效 XAML 资源字典,包括所有标记、指定的 XAML 命名空间等。

适用于