ThemeInfoAttribute コンストラクター

定義

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 XP での "クラシック" Windows 9x/2000 の外観。

Luna.NormalColor - Windows XP の既定の青いテーマ。

Luna.Homestead - Windows XP のオリーブテーマ。

Luna.Metallic - Windows XP のシルバー テーマ。

Thumbnail.NormalColor - Windows XP Media Center Edition の既定のテーマ。

Aero.NormalColor - Windows Vista の既定のテーマ

適用対象