XamlCompilationAttribute(XamlCompilationOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.