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 命名空間等等。