-
Notifications
You must be signed in to change notification settings - Fork 6
/
WindowExtensions.xml
60 lines (60 loc) · 3.5 KB
/
WindowExtensions.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Type Name="WindowExtensions" FullName="Microsoft.Maui.WindowExtensions">
<TypeSignature Language="C#" Value="public static class WindowExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit WindowExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.WindowExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module WindowExtensions" />
<TypeSignature Language="C++ CLI" Value="public ref class WindowExtensions abstract sealed" />
<TypeSignature Language="F#" Value="type WindowExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CaptureAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?> CaptureAsync (this Microsoft.Maui.IWindow window);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Maui.Media.IScreenshotResult> CaptureAsync(class Microsoft.Maui.IWindow window) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.WindowExtensions.CaptureAsync(Microsoft.Maui.IWindow)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CaptureAsync (window As IWindow) As Task(Of IScreenshotResult)" />
<MemberSignature Language="C++ CLI" Value="public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::Maui::Media::IScreenshotResult ^> ^ CaptureAsync(Microsoft::Maui::IWindow ^ window);" />
<MemberSignature Language="F#" Value="static member CaptureAsync : Microsoft.Maui.IWindow -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult>" Usage="Microsoft.Maui.WindowExtensions.CaptureAsync window" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult></ReturnType>
<Attributes>
<Attribute FrameworkAlternate="net-maui-8.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]</AttributeName>
</Attribute>
</Attributes>
</ReturnValue>
<Parameters>
<Parameter Name="window" Type="Microsoft.Maui.IWindow" RefType="this" />
</Parameters>
<Docs>
<param name="window">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>