summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlCompilationAttribute.xml
blob: 989525813cfa836b54cccc9facbcc2b0e0fb9896 (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
57
58
<Type Name="XamlCompilationAttribute" FullName="Xamarin.Forms.Xaml.XamlCompilationAttribute">
  <TypeSignature Language="C#" Value="public sealed class XamlCompilationAttribute : Attribute" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit XamlCompilationAttribute extends System.Attribute" />
  <AssemblyInfo>
    <AssemblyName>Xamarin.Forms.Xaml</AssemblyName>
    <AssemblyVersion>1.5.0.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Attribute</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes>
    <Attribute>
      <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Module, Inherited=false)</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>Attribute that controls whether XAML will be compiled at build time or run time.</summary>
    <remarks>By default, XAML compilation at build time is turned off.</remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public XamlCompilationAttribute (Xamarin.Forms.Xaml.XamlCompilationOptions xamlCompilationOptions);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Xamarin.Forms.Xaml.XamlCompilationOptions xamlCompilationOptions) cil managed" />
      <MemberType>Constructor</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.5.0.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <Parameters>
        <Parameter Name="xamlCompilationOptions" Type="Xamarin.Forms.Xaml.XamlCompilationOptions" />
      </Parameters>
      <Docs>
        <param name="xamlCompilationOptions">A value that tells whether to compile XAML at run time or compile time.</param>
        <summary>Creates a new <see cref="T:Xamarin.Forms.Xaml.XamlCompilationAttribute" /> with the specified value.</summary>
        <remarks>To be added.</remarks>
      </Docs>
    </Member>
    <Member MemberName="XamlCompilationOptions">
      <MemberSignature Language="C#" Value="public Xamarin.Forms.Xaml.XamlCompilationOptions XamlCompilationOptions { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance valuetype Xamarin.Forms.Xaml.XamlCompilationOptions XamlCompilationOptions" />
      <MemberType>Property</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>Gets or sets a value that tells whether to compile XAML at run time or compile time.</summary>
        <value>A value that tells whether to compile XAML at run time or compile time.</value>
        <remarks>By default, XAML compilation at build time is turned off.</remarks>
      </Docs>
    </Member>
  </Members>
</Type>