-
Notifications
You must be signed in to change notification settings - Fork 6
/
Windows.xml
46 lines (46 loc) · 2.38 KB
/
Windows.xml
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
<Type Name="Windows" FullName="Microsoft.Maui.Controls.PlatformConfiguration.Windows">
<TypeSignature Language="C#" Value="public sealed class Windows : Microsoft.Maui.Controls.IConfigPlatform" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit Windows extends System.Object implements class Microsoft.Maui.Controls.IConfigPlatform" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.Controls.PlatformConfiguration.Windows" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class Windows
Implements IConfigPlatform" />
<TypeSignature Language="C++ CLI" Value="public ref class Windows sealed : Microsoft::Maui::Controls::IConfigPlatform" />
<TypeSignature Language="F#" Value="type Windows = class
 interface IConfigPlatform" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Maui.Controls.IConfigPlatform</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Marker class that identifies the Windows platform.</summary>
<remarks>
<para>Developers specify the type name of this marker class to the <see cref="M:Microsoft.Maui.Controls.IElementConfiguration`1.On``1" /> method to specify the underlying Windows control on which to run a platform-specific effect.</para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Windows ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.Windows.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 Windows();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>