共用方式為


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

適用於