summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Xaml/index.xml
blob: 7f663c63b620a770ff64faecf2ee548d4d7cb3db (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<Overview>
  <Assemblies>
    <Assembly Name="Xamarin.Forms.Xaml" Version="2.0.0.0">
      <Attributes>
        <Attribute>
          <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.Default | System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.EnableEditAndContinue | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyCompany("Xamarin Inc.")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2015")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyFileVersion("2.0.0.0")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyProduct("Xamarin.Forms")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyTitle("Xamarin.Forms.Xaml")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Reflection.AssemblyTrademark("")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(8)</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Xaml.UnitTests")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Build.Tasks")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Xaml.Design")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>System.Runtime.Versioning.TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName=".NET Portable Subset")</AttributeName>
        </Attribute>
        <Attribute>
          <AttributeName>Xamarin.Forms.Preserve</AttributeName>
        </Attribute>
      </Attributes>
    </Assembly>
  </Assemblies>
  <Remarks>To be added.</Remarks>
  <Copyright>To be added.</Copyright>
  <Types>
    <Namespace Name="Xamarin.Forms.Xaml">
      <Type Name="ArrayExtension" Kind="Class" />
      <Type Name="BindingExtension" Kind="Class" />
      <Type Name="DynamicResourceExtension" Kind="Class" />
      <Type Name="Extensions" Kind="Class" />
      <Type Name="NullExtension" Kind="Class" />
      <Type Name="ReferenceExtension" Kind="Class" />
      <Type Name="StaticExtension" Kind="Class" />
      <Type Name="StaticResourceExtension" Kind="Class" />
      <Type Name="TemplateBindingExtension" Kind="Class" />
      <Type Name="TypeExtension" Kind="Class" />
      <Type Name="XamlCompilationAttribute" Kind="Class" />
      <Type Name="XamlCompilationOptions" Kind="Enumeration" />
      <Type Name="XamlParseException" Kind="Class" />
      <Type Name="XmlLineInfo" Kind="Class" />
    </Namespace>
    <Namespace Name="Xamarin.Forms.Xaml.Internals">
      <Type Name="NameScopeProvider" Kind="Class" />
      <Type Name="SimpleValueTargetProvider" Kind="Class" />
      <Type Name="XamlServiceProvider" Kind="Class" />
      <Type Name="XamlTypeResolver" Kind="Class" />
      <Type Name="XmlLineInfoProvider" Kind="Class" />
      <Type Name="XmlNamespaceResolver" Kind="Class" />
    </Namespace>
  </Types>
  <Title>Xamarin.Forms.Xaml</Title>
  <ExtensionMethods>
    <ExtensionMethod>
      <Targets>
        <Target Type="T:Xamarin.Forms.BindableObject" />
      </Targets>
      <Member MemberName="LoadFromXaml&lt;TView&gt;">
        <MemberSignature Language="C#" Value="public static TView LoadFromXaml&lt;TView&gt; (this TView view, Type callingType) where TView : Xamarin.Forms.BindableObject;" />
        <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TView LoadFromXaml&lt;(class Xamarin.Forms.BindableObject) TView&gt;(!!TView view, class System.Type callingType) cil managed" />
        <MemberType>ExtensionMethod</MemberType>
        <ReturnValue>
          <ReturnType>TView</ReturnType>
        </ReturnValue>
        <TypeParameters>
          <TypeParameter Name="TView">
            <Constraints>
              <BaseTypeName>Xamarin.Forms.BindableObject</BaseTypeName>
            </Constraints>
          </TypeParameter>
        </TypeParameters>
        <Parameters>
          <Parameter Name="view" Type="TView" RefType="this" />
          <Parameter Name="callingType" Type="System.Type" />
        </Parameters>
        <Docs>
          <typeparam name="TView">To be added.</typeparam>
          <param name="view">To be added.</param>
          <param name="callingType">To be added.</param>
          <summary>Configures <paramref name="view" /> with the properties that are defined in the application manifest for <paramref name="callingType" />.</summary>
        </Docs>
        <Link Type="Xamarin.Forms.Xaml.Extensions" Member="M:Xamarin.Forms.Xaml.Extensions.LoadFromXaml``1(``0,System.Type)" />
      </Member>
    </ExtensionMethod>
  </ExtensionMethods>
</Overview>