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 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 の既定のテーマ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET