summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlCompilationOptions.xml
blob: 52266c29eac9b8b3a52a17ae18773240bd25f546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<Type Name="XamlCompilationOptions" FullName="Xamarin.Forms.Xaml.XamlCompilationOptions">
  <TypeSignature Language="C#" Value="public enum XamlCompilationOptions" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed XamlCompilationOptions extends System.Enum" />
  <AssemblyInfo>
    <AssemblyName>Xamarin.Forms.Xaml</AssemblyName>
    <AssemblyVersion>1.5.0.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Enum</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>System.Flags</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>Enumerates values that control when XAML is compiled into IL.</summary>
    <remarks>
      <para>Enabling build-time compilation by specifying the <c>Compile</c> option checks the XAML at build time, reduces loading time, and produces a smaller assembly or application.</para>
      <para>By default, XAML compilation at build time is turned off.</para>
    </remarks>
  </Docs>
  <Members>
    <Member MemberName="Compile">
      <MemberSignature Language="C#" Value="Compile" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.Xaml.XamlCompilationOptions Compile = int32(2)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.5.0.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>Xamarin.Forms.Xaml.XamlCompilationOptions</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>Compile the XAML for the class or project when the application is built.</summary>
      </Docs>
    </Member>
    <Member MemberName="Skip">
      <MemberSignature Language="C#" Value="Skip" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.Xaml.XamlCompilationOptions Skip = int32(1)" />
      <MemberType>Field</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.5.0.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>Xamarin.Forms.Xaml.XamlCompilationOptions</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>Compile the XAML for the class or project when the application is run on the device.</summary>
      </Docs>
    </Member>
  </Members>
</Type>