ThemeInfoAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ThemeInfoAttribute 類別的新執行個體並建立屬性,這個屬性可定義組件中之型別的佈景主題字典位置。
public:
ThemeInfoAttribute(System::Windows::ResourceDictionaryLocation themeDictionaryLocation, System::Windows::ResourceDictionaryLocation genericDictionaryLocation);
public ThemeInfoAttribute (System.Windows.ResourceDictionaryLocation themeDictionaryLocation, System.Windows.ResourceDictionaryLocation genericDictionaryLocation);
new System.Windows.ThemeInfoAttribute : System.Windows.ResourceDictionaryLocation * System.Windows.ResourceDictionaryLocation -> System.Windows.ThemeInfoAttribute
Public Sub New (themeDictionaryLocation As ResourceDictionaryLocation, genericDictionaryLocation As ResourceDictionaryLocation)
參數
- themeDictionaryLocation
- ResourceDictionaryLocation
佈景主題特定資源的位置。
- genericDictionaryLocation
- ResourceDictionaryLocation
泛型資源的位置,而不是佈景主題特定資源的位置。
備註
themeDictionaryLocation
當 為 SourceAssembly 時,您可以包含 Luna.NormalColor.xaml 之類的檔案。 這些名稱是由系統主題檔案所定義,其中包括下列專案。
傳統 - 「傳統」Windows 9x/2000 查看 Windows XP。
Luna.NormalColor - Windows XP 上的預設藍色主題。
Luna.Homestead - Windows XP 上的橄欖主題。
Luna.Silver - Windows XP 上的銀級主題。
Royale.NormalColor - Windows XP Media Center Edition 上的預設主題。
Foundation.NormalColor - Windows Vista 上的預設主題