XamlUIPresenter.ThemeResourcesXaml 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定资源字典的 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
属性值
以字符串形式指定的 XAML 资源字典。
注解
此属性应包含一个字符串,该字符串可以解析为完整的有效 XAML 资源字典,包括所有标记、指定的 XAML 命名空间等。