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。 |