Share via


XamlCompilationAttribute(XamlCompilationOptions) Constructor

Definition

Creates a new XamlCompilationAttribute with the specified value.

public XamlCompilationAttribute (Xamarin.Forms.Xaml.XamlCompilationOptions xamlCompilationOptions);
new Xamarin.Forms.Xaml.XamlCompilationAttribute : Xamarin.Forms.Xaml.XamlCompilationOptions -> Xamarin.Forms.Xaml.XamlCompilationAttribute

Parameters

xamlCompilationOptions
XamlCompilationOptions

A value that tells whether to compile XAML at run time or compile time.

Applies to