XamlCompilationAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XAML をビルド時または実行時にコンパイルするかどうかを制御する属性。
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Module, Inherited=false)]
public sealed class XamlCompilationAttribute : Attribute
type XamlCompilationAttribute = class
inherit Attribute
- 継承
-
System.AttributeXamlCompilationAttribute
- 属性
-
System.AttributeUsageAttribute
注釈
既定では、ビルド時の XAML コンパイルはオフになっています。
コンストラクター
XamlCompilationAttribute(XamlCompilationOptions) |
指定した値を使用して新しい XamlCompilationAttribute を作成します。 |
プロパティ
XamlCompilationOptions |
実行時またはコンパイル時に XAML をコンパイルするかどうかを示す値を取得または設定します。 |