win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.7.1.7.251107005__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +591 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +93 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +78 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +42 -42
- win32more/Microsoft/UI/Composition/__init__.py +125 -125
- win32more/Microsoft/UI/Content/__init__.py +676 -35
- win32more/Microsoft/UI/Dispatching/__init__.py +4 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +9 -9
- win32more/Microsoft/UI/Input/__init__.py +53 -45
- win32more/Microsoft/UI/Text/__init__.py +21 -0
- win32more/Microsoft/UI/Windowing/__init__.py +104 -21
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +274 -0
- win32more/Microsoft/UI/Xaml/__init__.py +64 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +1 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +29 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +142 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +53 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +196 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +1 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/METADATA +2 -2
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/RECORD +43 -29
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -9,19 +9,106 @@ import win32more.Windows.Foundation.Collections
|
|
|
9
9
|
import win32more.Windows.Foundation.Numerics
|
|
10
10
|
import win32more.Windows.Graphics
|
|
11
11
|
import win32more.Windows.UI.Composition
|
|
12
|
+
class ChildSiteLink(ComPtr):
|
|
13
|
+
extends: IInspectable
|
|
14
|
+
implements: Tuple[ContextManagerProtocol]
|
|
15
|
+
default_interface: win32more.Microsoft.UI.Content.IChildSiteLink
|
|
16
|
+
_classid_ = 'Microsoft.UI.Content.ChildSiteLink'
|
|
17
|
+
@winrt_mixinmethod
|
|
18
|
+
def put_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, value: win32more.Microsoft.UI.Content.ContentAutomationOptions) -> Void: ...
|
|
19
|
+
@winrt_mixinmethod
|
|
20
|
+
def put_ActualSize(self: win32more.Microsoft.UI.Content.IChildSiteLink, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
21
|
+
@winrt_mixinmethod
|
|
22
|
+
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IChildSiteLink) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
23
|
+
@winrt_mixinmethod
|
|
24
|
+
def get_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IChildSiteLink) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
25
|
+
@winrt_mixinmethod
|
|
26
|
+
def put_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IChildSiteLink, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
27
|
+
@winrt_mixinmethod
|
|
28
|
+
def get_SiteView(self: win32more.Microsoft.UI.Content.IChildSiteLink) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
29
|
+
@winrt_mixinmethod
|
|
30
|
+
def Connect(self: win32more.Microsoft.UI.Content.IChildSiteLink, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
31
|
+
@winrt_mixinmethod
|
|
32
|
+
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
33
|
+
@winrt_mixinmethod
|
|
34
|
+
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
35
|
+
@winrt_mixinmethod
|
|
36
|
+
def add_Closed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
37
|
+
@winrt_mixinmethod
|
|
38
|
+
def remove_Closed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
39
|
+
@winrt_mixinmethod
|
|
40
|
+
def add_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
41
|
+
@winrt_mixinmethod
|
|
42
|
+
def remove_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
43
|
+
@winrt_mixinmethod
|
|
44
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
45
|
+
@winrt_mixinmethod
|
|
46
|
+
def add_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
47
|
+
@winrt_mixinmethod
|
|
48
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> IInspectable: ...
|
|
49
|
+
@winrt_mixinmethod
|
|
50
|
+
def add_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
51
|
+
@winrt_mixinmethod
|
|
52
|
+
def remove_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
53
|
+
@winrt_mixinmethod
|
|
54
|
+
def add_NextSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
55
|
+
@winrt_mixinmethod
|
|
56
|
+
def remove_NextSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
57
|
+
@winrt_mixinmethod
|
|
58
|
+
def add_ParentAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
59
|
+
@winrt_mixinmethod
|
|
60
|
+
def remove_ParentAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
61
|
+
@winrt_mixinmethod
|
|
62
|
+
def get_ActualSize(self: win32more.Microsoft.UI.Content.IChildSiteLink) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
63
|
+
@winrt_mixinmethod
|
|
64
|
+
def remove_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
65
|
+
@winrt_mixinmethod
|
|
66
|
+
def get_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSiteInput) -> Boolean: ...
|
|
67
|
+
@winrt_mixinmethod
|
|
68
|
+
def put_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSiteInput, value: Boolean) -> Void: ...
|
|
69
|
+
@winrt_mixinmethod
|
|
70
|
+
def get_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSiteInput) -> Boolean: ...
|
|
71
|
+
@winrt_mixinmethod
|
|
72
|
+
def put_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSiteInput, value: Boolean) -> Void: ...
|
|
73
|
+
@winrt_mixinmethod
|
|
74
|
+
def get_Parent(self: win32more.Microsoft.UI.Content.IContentSiteLink) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
75
|
+
@winrt_classmethod
|
|
76
|
+
def Create(cls: win32more.Microsoft.UI.Content.IChildSiteLinkStatics, parent: win32more.Microsoft.UI.Content.ContentIsland, placementVisual: win32more.Microsoft.UI.Composition.ContainerVisual) -> win32more.Microsoft.UI.Content.ChildSiteLink: ...
|
|
77
|
+
@winrt_classmethod
|
|
78
|
+
def CreateForSystemVisual(cls: win32more.Microsoft.UI.Content.IChildSiteLinkStatics, parent: win32more.Microsoft.UI.Content.ContentIsland, placementVisual: win32more.Windows.UI.Composition.ContainerVisual) -> win32more.Microsoft.UI.Content.ChildSiteLink: ...
|
|
79
|
+
ActualSize = property(get_ActualSize, put_ActualSize)
|
|
80
|
+
AutomationOption = property(get_AutomationOption, put_AutomationOption)
|
|
81
|
+
AutomationProvider = property(get_AutomationProvider, None)
|
|
82
|
+
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
83
|
+
IsClosed = property(get_IsClosed, None)
|
|
84
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, put_LocalToParentTransformMatrix)
|
|
85
|
+
Parent = property(get_Parent, None)
|
|
86
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, put_ProcessesKeyboardInput)
|
|
87
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, put_ProcessesPointerInput)
|
|
88
|
+
SiteView = property(get_SiteView, None)
|
|
89
|
+
Closed = event(add_Closed, remove_Closed)
|
|
90
|
+
FragmentRootAutomationProviderRequested = event(add_FragmentRootAutomationProviderRequested, remove_FragmentRootAutomationProviderRequested)
|
|
91
|
+
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
92
|
+
NextSiblingAutomationProviderRequested = event(add_NextSiblingAutomationProviderRequested, remove_NextSiblingAutomationProviderRequested)
|
|
93
|
+
ParentAutomationProviderRequested = event(add_ParentAutomationProviderRequested, remove_ParentAutomationProviderRequested)
|
|
94
|
+
PreviousSiblingAutomationProviderRequested = event(add_PreviousSiblingAutomationProviderRequested, remove_PreviousSiblingAutomationProviderRequested)
|
|
95
|
+
class ContentAutomationOptions(Enum, Int32):
|
|
96
|
+
None_ = 0
|
|
97
|
+
FrameworkBased = 1
|
|
98
|
+
FragmentBased = 2
|
|
12
99
|
class ContentCoordinateConverter(ComPtr):
|
|
13
100
|
extends: IInspectable
|
|
14
101
|
default_interface: win32more.Microsoft.UI.Content.IContentCoordinateConverter
|
|
15
102
|
_classid_ = 'Microsoft.UI.Content.ContentCoordinateConverter'
|
|
16
103
|
@winrt_mixinmethod
|
|
17
|
-
def
|
|
104
|
+
def ConvertLocalToScreenWithPointsAndRoundingMode(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, localPoints: PassArray[win32more.Windows.Foundation.Point], roundingMode: win32more.Microsoft.UI.Content.ContentCoordinateRoundingMode) -> ReceiveArray[win32more.Windows.Graphics.PointInt32]: ...
|
|
18
105
|
@winrt_mixinmethod
|
|
19
106
|
def ConvertLocalToScreenWithPoints(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, localPoints: PassArray[win32more.Windows.Foundation.Point]) -> ReceiveArray[win32more.Windows.Graphics.PointInt32]: ...
|
|
20
107
|
@winrt_mixinmethod
|
|
21
|
-
def ConvertLocalToScreenWithPointsAndRoundingMode(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, localPoints: PassArray[win32more.Windows.Foundation.Point], roundingMode: win32more.Microsoft.UI.Content.ContentCoordinateRoundingMode) -> ReceiveArray[win32more.Windows.Graphics.PointInt32]: ...
|
|
22
|
-
@winrt_mixinmethod
|
|
23
108
|
def ConvertLocalToScreenWithPoint(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, localPoint: win32more.Windows.Foundation.Point) -> win32more.Windows.Graphics.PointInt32: ...
|
|
24
109
|
@winrt_mixinmethod
|
|
110
|
+
def ConvertLocalToScreenWithRect(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, localRect: win32more.Windows.Foundation.Rect) -> win32more.Windows.Graphics.RectInt32: ...
|
|
111
|
+
@winrt_mixinmethod
|
|
25
112
|
def ConvertScreenToLocalWithPoint(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, screenPoint: win32more.Windows.Graphics.PointInt32) -> win32more.Windows.Foundation.Point: ...
|
|
26
113
|
@winrt_mixinmethod
|
|
27
114
|
def ConvertScreenToLocalWithPoints(self: win32more.Microsoft.UI.Content.IContentCoordinateConverter, screenPoints: PassArray[win32more.Windows.Graphics.PointInt32]) -> ReceiveArray[win32more.Windows.Foundation.Point]: ...
|
|
@@ -55,15 +142,18 @@ class ContentEnvironmentStateChangedEventArgs(ComPtr):
|
|
|
55
142
|
def get_DidAppWindowIdChange(self: win32more.Microsoft.UI.Content.IContentEnvironmentStateChangedEventArgs) -> Boolean: ...
|
|
56
143
|
@winrt_mixinmethod
|
|
57
144
|
def get_DidDisplayIdChange(self: win32more.Microsoft.UI.Content.IContentEnvironmentStateChangedEventArgs) -> Boolean: ...
|
|
145
|
+
@winrt_mixinmethod
|
|
146
|
+
def get_DidDisplayScaleChange(self: win32more.Microsoft.UI.Content.IContentEnvironmentStateChangedEventArgs2) -> Boolean: ...
|
|
58
147
|
DidAppWindowIdChange = property(get_DidAppWindowIdChange, None)
|
|
59
148
|
DidDisplayIdChange = property(get_DidDisplayIdChange, None)
|
|
149
|
+
DidDisplayScaleChange = property(get_DidDisplayScaleChange, None)
|
|
60
150
|
class ContentIsland(ComPtr):
|
|
61
151
|
extends: IInspectable
|
|
62
152
|
implements: Tuple[ContextManagerProtocol]
|
|
63
153
|
default_interface: win32more.Microsoft.UI.Content.IContentIsland
|
|
64
154
|
_classid_ = 'Microsoft.UI.Content.ContentIsland'
|
|
65
155
|
@winrt_mixinmethod
|
|
66
|
-
def
|
|
156
|
+
def add_Closed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
67
157
|
@winrt_mixinmethod
|
|
68
158
|
def get_AppData(self: win32more.Microsoft.UI.Content.IContentIsland) -> IInspectable: ...
|
|
69
159
|
@winrt_mixinmethod
|
|
@@ -91,7 +181,7 @@ class ContentIsland(ComPtr):
|
|
|
91
181
|
@winrt_mixinmethod
|
|
92
182
|
def get_IsIslandVisible(self: win32more.Microsoft.UI.Content.IContentIsland) -> Boolean: ...
|
|
93
183
|
@winrt_mixinmethod
|
|
94
|
-
def
|
|
184
|
+
def put_IsIslandVisible(self: win32more.Microsoft.UI.Content.IContentIsland, value: Boolean) -> Void: ...
|
|
95
185
|
@winrt_mixinmethod
|
|
96
186
|
def get_IsSiteEnabled(self: win32more.Microsoft.UI.Content.IContentIsland) -> Boolean: ...
|
|
97
187
|
@winrt_mixinmethod
|
|
@@ -109,17 +199,39 @@ class ContentIsland(ComPtr):
|
|
|
109
199
|
@winrt_mixinmethod
|
|
110
200
|
def add_AutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentIsland, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.ContentIsland, win32more.Microsoft.UI.Content.ContentIslandAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
111
201
|
@winrt_mixinmethod
|
|
112
|
-
def
|
|
202
|
+
def get_ActualSize(self: win32more.Microsoft.UI.Content.IContentIsland) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
113
203
|
@winrt_mixinmethod
|
|
114
204
|
def add_StateChanged(self: win32more.Microsoft.UI.Content.IContentIsland, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.ContentIsland, win32more.Microsoft.UI.Content.ContentIslandStateChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
115
205
|
@winrt_mixinmethod
|
|
116
206
|
def remove_StateChanged(self: win32more.Microsoft.UI.Content.IContentIsland, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
117
207
|
@winrt_mixinmethod
|
|
208
|
+
def get_Children(self: win32more.Microsoft.UI.Content.IContentIsland2) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Content.ChildSiteLink]: ...
|
|
209
|
+
@winrt_mixinmethod
|
|
210
|
+
def get_LocalToClientTransformMatrix(self: win32more.Microsoft.UI.Content.IContentIsland2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
211
|
+
@winrt_mixinmethod
|
|
212
|
+
def get_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IContentIsland2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
213
|
+
@winrt_mixinmethod
|
|
214
|
+
def get_Popups(self: win32more.Microsoft.UI.Content.IContentIsland2) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Content.DesktopPopupSiteBridge]: ...
|
|
215
|
+
@winrt_mixinmethod
|
|
216
|
+
def get_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentIsland2) -> Boolean: ...
|
|
217
|
+
@winrt_mixinmethod
|
|
218
|
+
def get_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentIsland2) -> Boolean: ...
|
|
219
|
+
@winrt_mixinmethod
|
|
220
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentIslandAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
221
|
+
@winrt_mixinmethod
|
|
222
|
+
def get_FragmentRootAutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomation) -> IInspectable: ...
|
|
223
|
+
@winrt_mixinmethod
|
|
224
|
+
def get_NextSiblingAutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomation) -> IInspectable: ...
|
|
225
|
+
@winrt_mixinmethod
|
|
226
|
+
def get_ParentAutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomation) -> IInspectable: ...
|
|
227
|
+
@winrt_mixinmethod
|
|
228
|
+
def get_PreviousSiblingAutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomation) -> IInspectable: ...
|
|
229
|
+
@winrt_mixinmethod
|
|
118
230
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
119
231
|
@winrt_mixinmethod
|
|
120
|
-
def
|
|
232
|
+
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
121
233
|
@winrt_mixinmethod
|
|
122
|
-
def
|
|
234
|
+
def remove_AutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentIsland, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
123
235
|
@winrt_mixinmethod
|
|
124
236
|
def remove_Closed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
125
237
|
@winrt_mixinmethod
|
|
@@ -131,6 +243,12 @@ class ContentIsland(ComPtr):
|
|
|
131
243
|
@winrt_mixinmethod
|
|
132
244
|
def put_SystemBackdrop(self: win32more.Microsoft.UI.Composition.ICompositionSupportsSystemBackdrop, value: win32more.Windows.UI.Composition.CompositionBrush) -> Void: ...
|
|
133
245
|
@winrt_classmethod
|
|
246
|
+
def CreateForSystemVisual(cls: win32more.Microsoft.UI.Content.IContentIslandStatics2, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, root: win32more.Windows.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
247
|
+
@winrt_classmethod
|
|
248
|
+
def FindAllForSystemCompositor(cls: win32more.Microsoft.UI.Content.IContentIslandStatics2, compositor: win32more.Windows.UI.Composition.Compositor) -> ReceiveArray[win32more.Microsoft.UI.Content.ContentIsland]: ...
|
|
249
|
+
@winrt_classmethod
|
|
250
|
+
def GetBySystemVisual(cls: win32more.Microsoft.UI.Content.IContentIslandStatics2, child: win32more.Windows.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
251
|
+
@winrt_classmethod
|
|
134
252
|
def Create(cls: win32more.Microsoft.UI.Content.IContentIslandStatics, Root: win32more.Microsoft.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
135
253
|
@winrt_classmethod
|
|
136
254
|
def FindAllForCompositor(cls: win32more.Microsoft.UI.Content.IContentIslandStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> ReceiveArray[win32more.Microsoft.UI.Content.ContentIsland]: ...
|
|
@@ -142,10 +260,13 @@ class ContentIsland(ComPtr):
|
|
|
142
260
|
def GetFromId(cls: win32more.Microsoft.UI.Content.IContentIslandStatics, id: UInt64) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
143
261
|
ActualSize = property(get_ActualSize, None)
|
|
144
262
|
AppData = property(get_AppData, put_AppData)
|
|
263
|
+
AutomationOption = property(get_AutomationOption, None)
|
|
264
|
+
Children = property(get_Children, None)
|
|
145
265
|
CoordinateConverter = property(get_CoordinateConverter, None)
|
|
146
266
|
CustomProperties = property(get_CustomProperties, None)
|
|
147
267
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
148
268
|
Environment = property(get_Environment, None)
|
|
269
|
+
FragmentRootAutomationProvider = property(get_FragmentRootAutomationProvider, None)
|
|
149
270
|
Id = property(get_Id, None)
|
|
150
271
|
IsClosed = property(get_IsClosed, None)
|
|
151
272
|
IsConnected = property(get_IsConnected, None)
|
|
@@ -155,6 +276,14 @@ class ContentIsland(ComPtr):
|
|
|
155
276
|
IsSiteEnabled = property(get_IsSiteEnabled, None)
|
|
156
277
|
IsSiteVisible = property(get_IsSiteVisible, None)
|
|
157
278
|
LayoutDirection = property(get_LayoutDirection, None)
|
|
279
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
280
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, None)
|
|
281
|
+
NextSiblingAutomationProvider = property(get_NextSiblingAutomationProvider, None)
|
|
282
|
+
ParentAutomationProvider = property(get_ParentAutomationProvider, None)
|
|
283
|
+
Popups = property(get_Popups, None)
|
|
284
|
+
PreviousSiblingAutomationProvider = property(get_PreviousSiblingAutomationProvider, None)
|
|
285
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, None)
|
|
286
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, None)
|
|
158
287
|
RasterizationScale = property(get_RasterizationScale, None)
|
|
159
288
|
SystemBackdrop = property(get_SystemBackdrop, put_SystemBackdrop)
|
|
160
289
|
AutomationProviderRequested = event(add_AutomationProviderRequested, remove_AutomationProviderRequested)
|
|
@@ -166,11 +295,11 @@ class ContentIslandAutomationProviderRequestedEventArgs(ComPtr):
|
|
|
166
295
|
default_interface: win32more.Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs
|
|
167
296
|
_classid_ = 'Microsoft.UI.Content.ContentIslandAutomationProviderRequestedEventArgs'
|
|
168
297
|
@winrt_mixinmethod
|
|
169
|
-
def
|
|
298
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs) -> IInspectable: ...
|
|
170
299
|
@winrt_mixinmethod
|
|
171
300
|
def put_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs, value: IInspectable) -> Void: ...
|
|
172
301
|
@winrt_mixinmethod
|
|
173
|
-
def
|
|
302
|
+
def get_Handled(self: win32more.Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs) -> Boolean: ...
|
|
174
303
|
@winrt_mixinmethod
|
|
175
304
|
def put_Handled(self: win32more.Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs, value: Boolean) -> Void: ...
|
|
176
305
|
AutomationProvider = property(get_AutomationProvider, put_AutomationProvider)
|
|
@@ -182,7 +311,7 @@ class ContentIslandEnvironment(ComPtr):
|
|
|
182
311
|
@winrt_mixinmethod
|
|
183
312
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment) -> win32more.Microsoft.UI.DisplayId: ...
|
|
184
313
|
@winrt_mixinmethod
|
|
185
|
-
def
|
|
314
|
+
def remove_StateChanged(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
186
315
|
@winrt_mixinmethod
|
|
187
316
|
def add_SettingChanged(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.ContentIslandEnvironment, win32more.Microsoft.UI.Content.ContentEnvironmentSettingChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
188
317
|
@winrt_mixinmethod
|
|
@@ -190,9 +319,12 @@ class ContentIslandEnvironment(ComPtr):
|
|
|
190
319
|
@winrt_mixinmethod
|
|
191
320
|
def add_StateChanged(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.ContentIslandEnvironment, win32more.Microsoft.UI.Content.ContentEnvironmentStateChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
192
321
|
@winrt_mixinmethod
|
|
193
|
-
def
|
|
322
|
+
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment) -> win32more.Microsoft.UI.WindowId: ...
|
|
323
|
+
@winrt_mixinmethod
|
|
324
|
+
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentIslandEnvironment2) -> Single: ...
|
|
194
325
|
AppWindowId = property(get_AppWindowId, None)
|
|
195
326
|
DisplayId = property(get_DisplayId, None)
|
|
327
|
+
DisplayScale = property(get_DisplayScale, None)
|
|
196
328
|
SettingChanged = event(add_SettingChanged, remove_SettingChanged)
|
|
197
329
|
StateChanged = event(add_StateChanged, remove_StateChanged)
|
|
198
330
|
class ContentIslandStateChangedEventArgs(ComPtr):
|
|
@@ -200,17 +332,23 @@ class ContentIslandStateChangedEventArgs(ComPtr):
|
|
|
200
332
|
default_interface: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs
|
|
201
333
|
_classid_ = 'Microsoft.UI.Content.ContentIslandStateChangedEventArgs'
|
|
202
334
|
@winrt_mixinmethod
|
|
203
|
-
def
|
|
335
|
+
def get_DidLayoutDirectionChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs) -> Boolean: ...
|
|
204
336
|
@winrt_mixinmethod
|
|
205
337
|
def get_DidActualSizeChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs) -> Boolean: ...
|
|
206
338
|
@winrt_mixinmethod
|
|
207
339
|
def get_DidSiteVisibleChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs) -> Boolean: ...
|
|
208
340
|
@winrt_mixinmethod
|
|
209
|
-
def
|
|
341
|
+
def get_DidSiteEnabledChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs) -> Boolean: ...
|
|
210
342
|
@winrt_mixinmethod
|
|
211
343
|
def get_DidRasterizationScaleChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs) -> Boolean: ...
|
|
344
|
+
@winrt_mixinmethod
|
|
345
|
+
def get_DidLocalToClientTransformMatrixChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs2) -> Boolean: ...
|
|
346
|
+
@winrt_mixinmethod
|
|
347
|
+
def get_DidLocalToParentTransformMatrixChange(self: win32more.Microsoft.UI.Content.IContentIslandStateChangedEventArgs2) -> Boolean: ...
|
|
212
348
|
DidActualSizeChange = property(get_DidActualSizeChange, None)
|
|
213
349
|
DidLayoutDirectionChange = property(get_DidLayoutDirectionChange, None)
|
|
350
|
+
DidLocalToClientTransformMatrixChange = property(get_DidLocalToClientTransformMatrixChange, None)
|
|
351
|
+
DidLocalToParentTransformMatrixChange = property(get_DidLocalToParentTransformMatrixChange, None)
|
|
214
352
|
DidRasterizationScaleChange = property(get_DidRasterizationScaleChange, None)
|
|
215
353
|
DidSiteEnabledChange = property(get_DidSiteEnabledChange, None)
|
|
216
354
|
DidSiteVisibleChange = property(get_DidSiteVisibleChange, None)
|
|
@@ -223,7 +361,7 @@ class ContentSite(ComPtr):
|
|
|
223
361
|
default_interface: win32more.Microsoft.UI.Content.IContentSite
|
|
224
362
|
_classid_ = 'Microsoft.UI.Content.ContentSite'
|
|
225
363
|
@winrt_mixinmethod
|
|
226
|
-
def
|
|
364
|
+
def add_RequestedStateChanged(self: win32more.Microsoft.UI.Content.IContentSite, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.ContentSite, win32more.Microsoft.UI.Content.ContentSiteRequestedStateChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
227
365
|
@winrt_mixinmethod
|
|
228
366
|
def put_ActualSize(self: win32more.Microsoft.UI.Content.IContentSite, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
229
367
|
@winrt_mixinmethod
|
|
@@ -251,7 +389,7 @@ class ContentSite(ComPtr):
|
|
|
251
389
|
@winrt_mixinmethod
|
|
252
390
|
def put_LayoutDirection(self: win32more.Microsoft.UI.Content.IContentSite, value: win32more.Microsoft.UI.Content.ContentLayoutDirection) -> Void: ...
|
|
253
391
|
@winrt_mixinmethod
|
|
254
|
-
def
|
|
392
|
+
def get_ActualSize(self: win32more.Microsoft.UI.Content.IContentSite) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
255
393
|
@winrt_mixinmethod
|
|
256
394
|
def put_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSite, value: Single) -> Void: ...
|
|
257
395
|
@winrt_mixinmethod
|
|
@@ -259,7 +397,7 @@ class ContentSite(ComPtr):
|
|
|
259
397
|
@winrt_mixinmethod
|
|
260
398
|
def put_ParentScale(self: win32more.Microsoft.UI.Content.IContentSite, value: Single) -> Void: ...
|
|
261
399
|
@winrt_mixinmethod
|
|
262
|
-
def
|
|
400
|
+
def get_RasterizationScale(self: win32more.Microsoft.UI.Content.IContentSite) -> Single: ...
|
|
263
401
|
@winrt_mixinmethod
|
|
264
402
|
def get_RequestedSize(self: win32more.Microsoft.UI.Content.IContentSite) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
265
403
|
@winrt_mixinmethod
|
|
@@ -267,14 +405,28 @@ class ContentSite(ComPtr):
|
|
|
267
405
|
@winrt_mixinmethod
|
|
268
406
|
def put_ShouldApplyRasterizationScale(self: win32more.Microsoft.UI.Content.IContentSite, value: Boolean) -> Void: ...
|
|
269
407
|
@winrt_mixinmethod
|
|
270
|
-
def
|
|
408
|
+
def get_View(self: win32more.Microsoft.UI.Content.IContentSite) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
271
409
|
@winrt_mixinmethod
|
|
272
410
|
def GetIslandStateChangeDeferral(self: win32more.Microsoft.UI.Content.IContentSite) -> win32more.Microsoft.UI.Content.ContentDeferral: ...
|
|
273
411
|
@winrt_mixinmethod
|
|
274
|
-
def
|
|
412
|
+
def get_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSite) -> Single: ...
|
|
275
413
|
@winrt_mixinmethod
|
|
276
414
|
def remove_RequestedStateChanged(self: win32more.Microsoft.UI.Content.IContentSite, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
277
415
|
@winrt_mixinmethod
|
|
416
|
+
def get_LocalToClientTransformMatrix(self: win32more.Microsoft.UI.Content.IContentSite2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
417
|
+
@winrt_mixinmethod
|
|
418
|
+
def get_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IContentSite2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
419
|
+
@winrt_mixinmethod
|
|
420
|
+
def put_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IContentSite2, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
421
|
+
@winrt_mixinmethod
|
|
422
|
+
def get_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSite2) -> Boolean: ...
|
|
423
|
+
@winrt_mixinmethod
|
|
424
|
+
def put_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSite2, value: Boolean) -> Void: ...
|
|
425
|
+
@winrt_mixinmethod
|
|
426
|
+
def get_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSite2) -> Boolean: ...
|
|
427
|
+
@winrt_mixinmethod
|
|
428
|
+
def put_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSite2, value: Boolean) -> Void: ...
|
|
429
|
+
@winrt_mixinmethod
|
|
278
430
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
279
431
|
@winrt_mixinmethod
|
|
280
432
|
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
@@ -296,8 +448,12 @@ class ContentSite(ComPtr):
|
|
|
296
448
|
IsSiteEnabled = property(get_IsSiteEnabled, put_IsSiteEnabled)
|
|
297
449
|
IsSiteVisible = property(get_IsSiteVisible, put_IsSiteVisible)
|
|
298
450
|
LayoutDirection = property(get_LayoutDirection, put_LayoutDirection)
|
|
451
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
452
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, put_LocalToParentTransformMatrix)
|
|
299
453
|
OverrideScale = property(get_OverrideScale, put_OverrideScale)
|
|
300
454
|
ParentScale = property(get_ParentScale, put_ParentScale)
|
|
455
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, put_ProcessesKeyboardInput)
|
|
456
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, put_ProcessesPointerInput)
|
|
301
457
|
RasterizationScale = property(get_RasterizationScale, None)
|
|
302
458
|
RequestedSize = property(get_RequestedSize, None)
|
|
303
459
|
ShouldApplyRasterizationScale = property(get_ShouldApplyRasterizationScale, put_ShouldApplyRasterizationScale)
|
|
@@ -305,14 +461,26 @@ class ContentSite(ComPtr):
|
|
|
305
461
|
Closed = event(add_Closed, remove_Closed)
|
|
306
462
|
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
307
463
|
RequestedStateChanged = event(add_RequestedStateChanged, remove_RequestedStateChanged)
|
|
464
|
+
class ContentSiteAutomationProviderRequestedEventArgs(ComPtr):
|
|
465
|
+
extends: IInspectable
|
|
466
|
+
default_interface: win32more.Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs
|
|
467
|
+
_classid_ = 'Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs'
|
|
468
|
+
@winrt_mixinmethod
|
|
469
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs) -> IInspectable: ...
|
|
470
|
+
@winrt_mixinmethod
|
|
471
|
+
def put_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs, value: IInspectable) -> Void: ...
|
|
472
|
+
@winrt_mixinmethod
|
|
473
|
+
def get_Handled(self: win32more.Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs) -> Boolean: ...
|
|
474
|
+
@winrt_mixinmethod
|
|
475
|
+
def put_Handled(self: win32more.Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs, value: Boolean) -> Void: ...
|
|
476
|
+
AutomationProvider = property(get_AutomationProvider, put_AutomationProvider)
|
|
477
|
+
Handled = property(get_Handled, put_Handled)
|
|
308
478
|
class ContentSiteEnvironment(ComPtr):
|
|
309
479
|
extends: IInspectable
|
|
310
480
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironment
|
|
311
481
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironment'
|
|
312
482
|
@winrt_mixinmethod
|
|
313
|
-
def
|
|
314
|
-
@winrt_mixinmethod
|
|
315
|
-
def put_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
483
|
+
def NotifySettingChanged(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, setting: hstr) -> Void: ...
|
|
316
484
|
@winrt_mixinmethod
|
|
317
485
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.DisplayId: ...
|
|
318
486
|
@winrt_mixinmethod
|
|
@@ -320,20 +488,30 @@ class ContentSiteEnvironment(ComPtr):
|
|
|
320
488
|
@winrt_mixinmethod
|
|
321
489
|
def get_View(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.Content.ContentSiteEnvironmentView: ...
|
|
322
490
|
@winrt_mixinmethod
|
|
323
|
-
def
|
|
491
|
+
def put_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
492
|
+
@winrt_mixinmethod
|
|
493
|
+
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2) -> Single: ...
|
|
494
|
+
@winrt_mixinmethod
|
|
495
|
+
def put_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2, value: Single) -> Void: ...
|
|
496
|
+
@winrt_mixinmethod
|
|
497
|
+
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.WindowId: ...
|
|
324
498
|
AppWindowId = property(get_AppWindowId, put_AppWindowId)
|
|
325
499
|
DisplayId = property(get_DisplayId, put_DisplayId)
|
|
500
|
+
DisplayScale = property(get_DisplayScale, put_DisplayScale)
|
|
326
501
|
View = property(get_View, None)
|
|
327
502
|
class ContentSiteEnvironmentView(ComPtr):
|
|
328
503
|
extends: IInspectable
|
|
329
504
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView
|
|
330
505
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironmentView'
|
|
331
506
|
@winrt_mixinmethod
|
|
332
|
-
def
|
|
507
|
+
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView2) -> Single: ...
|
|
333
508
|
@winrt_mixinmethod
|
|
334
509
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.DisplayId: ...
|
|
510
|
+
@winrt_mixinmethod
|
|
511
|
+
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.WindowId: ...
|
|
335
512
|
AppWindowId = property(get_AppWindowId, None)
|
|
336
513
|
DisplayId = property(get_DisplayId, None)
|
|
514
|
+
DisplayScale = property(get_DisplayScale, None)
|
|
337
515
|
class ContentSiteRequestedStateChangedEventArgs(ComPtr):
|
|
338
516
|
extends: IInspectable
|
|
339
517
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteRequestedStateChangedEventArgs
|
|
@@ -373,7 +551,18 @@ class ContentSiteView(ComPtr):
|
|
|
373
551
|
def get_RequestedSize(self: win32more.Microsoft.UI.Content.IContentSiteView) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
374
552
|
@winrt_mixinmethod
|
|
375
553
|
def get_ShouldApplyRasterizationScale(self: win32more.Microsoft.UI.Content.IContentSiteView) -> Boolean: ...
|
|
554
|
+
@winrt_mixinmethod
|
|
555
|
+
def get_LocalToClientTransformMatrix(self: win32more.Microsoft.UI.Content.IContentSiteView2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
556
|
+
@winrt_mixinmethod
|
|
557
|
+
def get_LocalToParentTransformMatrix(self: win32more.Microsoft.UI.Content.IContentSiteView2) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
558
|
+
@winrt_mixinmethod
|
|
559
|
+
def get_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSiteView2) -> Boolean: ...
|
|
560
|
+
@winrt_mixinmethod
|
|
561
|
+
def get_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSiteView2) -> Boolean: ...
|
|
562
|
+
@winrt_mixinmethod
|
|
563
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteViewAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
376
564
|
ActualSize = property(get_ActualSize, None)
|
|
565
|
+
AutomationOption = property(get_AutomationOption, None)
|
|
377
566
|
ClientSize = property(get_ClientSize, None)
|
|
378
567
|
CoordinateConverter = property(get_CoordinateConverter, None)
|
|
379
568
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
@@ -382,8 +571,12 @@ class ContentSiteView(ComPtr):
|
|
|
382
571
|
IsSiteEnabled = property(get_IsSiteEnabled, None)
|
|
383
572
|
IsSiteVisible = property(get_IsSiteVisible, None)
|
|
384
573
|
LayoutDirection = property(get_LayoutDirection, None)
|
|
574
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
575
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, None)
|
|
385
576
|
OverrideScale = property(get_OverrideScale, None)
|
|
386
577
|
ParentScale = property(get_ParentScale, None)
|
|
578
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, None)
|
|
579
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, None)
|
|
387
580
|
RasterizationScale = property(get_RasterizationScale, None)
|
|
388
581
|
RequestedSize = property(get_RequestedSize, None)
|
|
389
582
|
ShouldApplyRasterizationScale = property(get_ShouldApplyRasterizationScale, None)
|
|
@@ -391,37 +584,186 @@ class ContentSizePolicy(Enum, Int32):
|
|
|
391
584
|
None_ = 0
|
|
392
585
|
ResizeContentToParentWindow = 1
|
|
393
586
|
ResizeParentWindowToContent = 2
|
|
587
|
+
class DesktopAttachedSiteBridge(ComPtr):
|
|
588
|
+
extends: IInspectable
|
|
589
|
+
implements: Tuple[ContextManagerProtocol]
|
|
590
|
+
default_interface: win32more.Microsoft.UI.Content.IDesktopAttachedSiteBridge
|
|
591
|
+
_classid_ = 'Microsoft.UI.Content.DesktopAttachedSiteBridge'
|
|
592
|
+
@winrt_mixinmethod
|
|
593
|
+
def get_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> Single: ...
|
|
594
|
+
@winrt_mixinmethod
|
|
595
|
+
def get_WindowId(self: win32more.Microsoft.UI.Content.IDesktopAttachedSiteBridge) -> win32more.Microsoft.UI.WindowId: ...
|
|
596
|
+
@winrt_mixinmethod
|
|
597
|
+
def Connect(self: win32more.Microsoft.UI.Content.IDesktopAttachedSiteBridge, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
598
|
+
@winrt_mixinmethod
|
|
599
|
+
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
600
|
+
@winrt_mixinmethod
|
|
601
|
+
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
602
|
+
@winrt_mixinmethod
|
|
603
|
+
def add_Closed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
604
|
+
@winrt_mixinmethod
|
|
605
|
+
def remove_Closed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
606
|
+
@winrt_mixinmethod
|
|
607
|
+
def add_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
608
|
+
@winrt_mixinmethod
|
|
609
|
+
def remove_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
610
|
+
@winrt_mixinmethod
|
|
611
|
+
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
612
|
+
@winrt_mixinmethod
|
|
613
|
+
def get_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]: ...
|
|
614
|
+
@winrt_mixinmethod
|
|
615
|
+
def put_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]) -> Void: ...
|
|
616
|
+
@winrt_mixinmethod
|
|
617
|
+
def put_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: Single) -> Void: ...
|
|
618
|
+
@winrt_mixinmethod
|
|
619
|
+
def get_SiteView(self: win32more.Microsoft.UI.Content.IDesktopAttachedSiteBridge) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
620
|
+
@winrt_mixinmethod
|
|
621
|
+
def put_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSiteInput, value: Boolean) -> Void: ...
|
|
622
|
+
@winrt_mixinmethod
|
|
623
|
+
def get_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSiteInput) -> Boolean: ...
|
|
624
|
+
@winrt_mixinmethod
|
|
625
|
+
def put_ProcessesPointerInput(self: win32more.Microsoft.UI.Content.IContentSiteInput, value: Boolean) -> Void: ...
|
|
626
|
+
@winrt_mixinmethod
|
|
627
|
+
def get_ProcessesKeyboardInput(self: win32more.Microsoft.UI.Content.IContentSiteInput) -> Boolean: ...
|
|
628
|
+
@winrt_classmethod
|
|
629
|
+
def CreateFromWindowId(cls: win32more.Microsoft.UI.Content.IDesktopAttachedSiteBridgeStatics, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopAttachedSiteBridge: ...
|
|
630
|
+
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
631
|
+
IsClosed = property(get_IsClosed, None)
|
|
632
|
+
LayoutDirectionOverride = property(get_LayoutDirectionOverride, put_LayoutDirectionOverride)
|
|
633
|
+
OverrideScale = property(get_OverrideScale, put_OverrideScale)
|
|
634
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, put_ProcessesKeyboardInput)
|
|
635
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, put_ProcessesPointerInput)
|
|
636
|
+
SiteView = property(get_SiteView, None)
|
|
637
|
+
WindowId = property(get_WindowId, None)
|
|
638
|
+
Closed = event(add_Closed, remove_Closed)
|
|
639
|
+
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
394
640
|
class DesktopChildSiteBridge(ComPtr):
|
|
395
641
|
extends: win32more.Microsoft.UI.Content.DesktopSiteBridge
|
|
396
642
|
default_interface: win32more.Microsoft.UI.Content.IDesktopChildSiteBridge
|
|
397
643
|
_classid_ = 'Microsoft.UI.Content.DesktopChildSiteBridge'
|
|
398
644
|
@winrt_mixinmethod
|
|
645
|
+
def get_SiteView(self: win32more.Microsoft.UI.Content.IDesktopChildSiteBridge) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
646
|
+
@winrt_mixinmethod
|
|
399
647
|
def get_ResizePolicy(self: win32more.Microsoft.UI.Content.IDesktopChildSiteBridge) -> win32more.Microsoft.UI.Content.ContentSizePolicy: ...
|
|
400
648
|
@winrt_mixinmethod
|
|
401
649
|
def put_ResizePolicy(self: win32more.Microsoft.UI.Content.IDesktopChildSiteBridge, value: win32more.Microsoft.UI.Content.ContentSizePolicy) -> Void: ...
|
|
402
|
-
@
|
|
403
|
-
def
|
|
650
|
+
@winrt_classmethod
|
|
651
|
+
def CreateWithDispatcherQueue(cls: win32more.Microsoft.UI.Content.IDesktopChildSiteBridgeStatics2, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, parentWindowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopChildSiteBridge: ...
|
|
404
652
|
@winrt_classmethod
|
|
405
653
|
def Create(cls: win32more.Microsoft.UI.Content.IDesktopChildSiteBridgeStatics, compositor: win32more.Microsoft.UI.Composition.Compositor, parentWindowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopChildSiteBridge: ...
|
|
406
654
|
ResizePolicy = property(get_ResizePolicy, put_ResizePolicy)
|
|
407
655
|
SiteView = property(get_SiteView, None)
|
|
408
|
-
class
|
|
656
|
+
class DesktopPopupSiteBridge(ComPtr):
|
|
409
657
|
extends: IInspectable
|
|
410
658
|
implements: Tuple[ContextManagerProtocol]
|
|
411
|
-
default_interface: win32more.Microsoft.UI.Content.
|
|
412
|
-
_classid_ = 'Microsoft.UI.Content.
|
|
659
|
+
default_interface: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge
|
|
660
|
+
_classid_ = 'Microsoft.UI.Content.DesktopPopupSiteBridge'
|
|
413
661
|
@winrt_mixinmethod
|
|
414
|
-
def
|
|
662
|
+
def remove_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
663
|
+
@winrt_mixinmethod
|
|
664
|
+
def add_NextSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
665
|
+
@winrt_mixinmethod
|
|
666
|
+
def remove_NextSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
667
|
+
@winrt_mixinmethod
|
|
668
|
+
def add_ParentAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
669
|
+
@winrt_mixinmethod
|
|
670
|
+
def remove_ParentAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
671
|
+
@winrt_mixinmethod
|
|
672
|
+
def add_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
673
|
+
@winrt_mixinmethod
|
|
674
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> IInspectable: ...
|
|
675
|
+
@winrt_mixinmethod
|
|
676
|
+
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
415
677
|
@winrt_mixinmethod
|
|
416
678
|
def get_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]: ...
|
|
417
679
|
@winrt_mixinmethod
|
|
418
680
|
def put_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]) -> Void: ...
|
|
419
681
|
@winrt_mixinmethod
|
|
682
|
+
def get_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> Single: ...
|
|
683
|
+
@winrt_mixinmethod
|
|
684
|
+
def put_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: Single) -> Void: ...
|
|
685
|
+
@winrt_mixinmethod
|
|
686
|
+
def get_Parent(self: win32more.Microsoft.UI.Content.IContentSiteLink) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
687
|
+
@winrt_mixinmethod
|
|
688
|
+
def get_IsVisible(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Boolean: ...
|
|
689
|
+
@winrt_mixinmethod
|
|
690
|
+
def get_SiteView(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
691
|
+
@winrt_mixinmethod
|
|
692
|
+
def get_WindowId(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> win32more.Microsoft.UI.WindowId: ...
|
|
693
|
+
@winrt_mixinmethod
|
|
694
|
+
def Connect(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
695
|
+
@winrt_mixinmethod
|
|
696
|
+
def Disable(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
697
|
+
@winrt_mixinmethod
|
|
698
|
+
def Enable(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
699
|
+
@winrt_mixinmethod
|
|
700
|
+
def Hide(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
701
|
+
@winrt_mixinmethod
|
|
702
|
+
def MoveAndResize(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge, rect: win32more.Windows.Graphics.RectInt32) -> Void: ...
|
|
703
|
+
@winrt_mixinmethod
|
|
704
|
+
def MoveInZOrderAtBottom(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
705
|
+
@winrt_mixinmethod
|
|
706
|
+
def MoveInZOrderAtTop(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
707
|
+
@winrt_mixinmethod
|
|
708
|
+
def MoveInZOrderBelow(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge, windowId: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
709
|
+
@winrt_mixinmethod
|
|
710
|
+
def Show(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Void: ...
|
|
711
|
+
@winrt_mixinmethod
|
|
420
712
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
421
713
|
@winrt_mixinmethod
|
|
714
|
+
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
715
|
+
@winrt_mixinmethod
|
|
716
|
+
def add_Closed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
717
|
+
@winrt_mixinmethod
|
|
718
|
+
def remove_Closed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
719
|
+
@winrt_mixinmethod
|
|
720
|
+
def add_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, handler: win32more.Microsoft.UI.ClosableNotifierHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
721
|
+
@winrt_mixinmethod
|
|
722
|
+
def remove_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
723
|
+
@winrt_mixinmethod
|
|
724
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
725
|
+
@winrt_mixinmethod
|
|
726
|
+
def put_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, value: win32more.Microsoft.UI.Content.ContentAutomationOptions) -> Void: ...
|
|
727
|
+
@winrt_mixinmethod
|
|
728
|
+
def get_IsEnabled(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Boolean: ...
|
|
729
|
+
@winrt_mixinmethod
|
|
730
|
+
def add_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
731
|
+
@winrt_mixinmethod
|
|
732
|
+
def remove_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
733
|
+
@winrt_classmethod
|
|
734
|
+
def Create(cls: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridgeStatics, parent: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Content.DesktopPopupSiteBridge: ...
|
|
735
|
+
AutomationOption = property(get_AutomationOption, put_AutomationOption)
|
|
736
|
+
AutomationProvider = property(get_AutomationProvider, None)
|
|
737
|
+
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
738
|
+
IsClosed = property(get_IsClosed, None)
|
|
739
|
+
IsEnabled = property(get_IsEnabled, None)
|
|
740
|
+
IsVisible = property(get_IsVisible, None)
|
|
741
|
+
LayoutDirectionOverride = property(get_LayoutDirectionOverride, put_LayoutDirectionOverride)
|
|
742
|
+
OverrideScale = property(get_OverrideScale, put_OverrideScale)
|
|
743
|
+
Parent = property(get_Parent, None)
|
|
744
|
+
SiteView = property(get_SiteView, None)
|
|
745
|
+
WindowId = property(get_WindowId, None)
|
|
746
|
+
Closed = event(add_Closed, remove_Closed)
|
|
747
|
+
FragmentRootAutomationProviderRequested = event(add_FragmentRootAutomationProviderRequested, remove_FragmentRootAutomationProviderRequested)
|
|
748
|
+
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
749
|
+
NextSiblingAutomationProviderRequested = event(add_NextSiblingAutomationProviderRequested, remove_NextSiblingAutomationProviderRequested)
|
|
750
|
+
ParentAutomationProviderRequested = event(add_ParentAutomationProviderRequested, remove_ParentAutomationProviderRequested)
|
|
751
|
+
PreviousSiblingAutomationProviderRequested = event(add_PreviousSiblingAutomationProviderRequested, remove_PreviousSiblingAutomationProviderRequested)
|
|
752
|
+
class DesktopSiteBridge(ComPtr):
|
|
753
|
+
extends: IInspectable
|
|
754
|
+
implements: Tuple[ContextManagerProtocol]
|
|
755
|
+
default_interface: win32more.Microsoft.UI.Content.IDesktopSiteBridge
|
|
756
|
+
_classid_ = 'Microsoft.UI.Content.DesktopSiteBridge'
|
|
757
|
+
@winrt_mixinmethod
|
|
422
758
|
def get_IsVisible(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge) -> Boolean: ...
|
|
423
759
|
@winrt_mixinmethod
|
|
424
|
-
def
|
|
760
|
+
def MoveInZOrderBelow(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge, windowId: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
761
|
+
@winrt_mixinmethod
|
|
762
|
+
def put_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: Single) -> Void: ...
|
|
763
|
+
@winrt_mixinmethod
|
|
764
|
+
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
765
|
+
@winrt_mixinmethod
|
|
766
|
+
def get_WindowId(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge) -> win32more.Microsoft.UI.WindowId: ...
|
|
425
767
|
@winrt_mixinmethod
|
|
426
768
|
def Connect(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
427
769
|
@winrt_mixinmethod
|
|
@@ -437,7 +779,9 @@ class DesktopSiteBridge(ComPtr):
|
|
|
437
779
|
@winrt_mixinmethod
|
|
438
780
|
def MoveInZOrderAtTop(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge) -> Void: ...
|
|
439
781
|
@winrt_mixinmethod
|
|
440
|
-
def
|
|
782
|
+
def Show(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge) -> Void: ...
|
|
783
|
+
@winrt_mixinmethod
|
|
784
|
+
def get_IsEnabled(self: win32more.Microsoft.UI.Content.IDesktopSiteBridge) -> Boolean: ...
|
|
441
785
|
@winrt_mixinmethod
|
|
442
786
|
def get_IsClosed(self: win32more.Microsoft.UI.IClosableNotifier) -> Boolean: ...
|
|
443
787
|
@winrt_mixinmethod
|
|
@@ -451,11 +795,11 @@ class DesktopSiteBridge(ComPtr):
|
|
|
451
795
|
@winrt_mixinmethod
|
|
452
796
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
453
797
|
@winrt_mixinmethod
|
|
454
|
-
def
|
|
798
|
+
def get_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]: ...
|
|
455
799
|
@winrt_mixinmethod
|
|
456
|
-
def
|
|
800
|
+
def put_LayoutDirectionOverride(self: win32more.Microsoft.UI.Content.IContentSiteBridge, value: win32more.Windows.Foundation.IReference[win32more.Microsoft.UI.Content.ContentLayoutDirection]) -> Void: ...
|
|
457
801
|
@winrt_mixinmethod
|
|
458
|
-
def
|
|
802
|
+
def get_OverrideScale(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> Single: ...
|
|
459
803
|
@winrt_classmethod
|
|
460
804
|
def IsSupported(cls: win32more.Microsoft.UI.Content.IDesktopSiteBridgeStatics) -> Boolean: ...
|
|
461
805
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
@@ -467,6 +811,36 @@ class DesktopSiteBridge(ComPtr):
|
|
|
467
811
|
WindowId = property(get_WindowId, None)
|
|
468
812
|
Closed = event(add_Closed, remove_Closed)
|
|
469
813
|
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
814
|
+
class IChildSiteLink(ComPtr):
|
|
815
|
+
extends: IInspectable
|
|
816
|
+
_classid_ = 'Microsoft.UI.Content.IChildSiteLink'
|
|
817
|
+
_iid_ = Guid('{b5a64814-608b-5fb7-a7cb-eb628fd588cd}')
|
|
818
|
+
@winrt_commethod(6)
|
|
819
|
+
def get_ActualSize(self) -> win32more.Windows.Foundation.Numerics.Vector2: ...
|
|
820
|
+
@winrt_commethod(7)
|
|
821
|
+
def put_ActualSize(self, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
822
|
+
@winrt_commethod(8)
|
|
823
|
+
def get_DispatcherQueue(self) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
824
|
+
@winrt_commethod(9)
|
|
825
|
+
def get_LocalToParentTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
826
|
+
@winrt_commethod(10)
|
|
827
|
+
def put_LocalToParentTransformMatrix(self, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
828
|
+
@winrt_commethod(11)
|
|
829
|
+
def get_SiteView(self) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
830
|
+
@winrt_commethod(12)
|
|
831
|
+
def Connect(self, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
832
|
+
ActualSize = property(get_ActualSize, put_ActualSize)
|
|
833
|
+
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
834
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, put_LocalToParentTransformMatrix)
|
|
835
|
+
SiteView = property(get_SiteView, None)
|
|
836
|
+
class IChildSiteLinkStatics(ComPtr):
|
|
837
|
+
extends: IInspectable
|
|
838
|
+
_classid_ = 'Microsoft.UI.Content.IChildSiteLinkStatics'
|
|
839
|
+
_iid_ = Guid('{28edc98a-4f94-50b1-8a87-9e7169ebf4b7}')
|
|
840
|
+
@winrt_commethod(6)
|
|
841
|
+
def Create(self, parent: win32more.Microsoft.UI.Content.ContentIsland, placementVisual: win32more.Microsoft.UI.Composition.ContainerVisual) -> win32more.Microsoft.UI.Content.ChildSiteLink: ...
|
|
842
|
+
@winrt_commethod(7)
|
|
843
|
+
def CreateForSystemVisual(self, parent: win32more.Microsoft.UI.Content.ContentIsland, placementVisual: win32more.Windows.UI.Composition.ContainerVisual) -> win32more.Microsoft.UI.Content.ChildSiteLink: ...
|
|
470
844
|
class IContentCoordinateConverter(ComPtr):
|
|
471
845
|
extends: IInspectable
|
|
472
846
|
_classid_ = 'Microsoft.UI.Content.IContentCoordinateConverter'
|
|
@@ -518,6 +892,13 @@ class IContentEnvironmentStateChangedEventArgs(ComPtr):
|
|
|
518
892
|
def get_DidDisplayIdChange(self) -> Boolean: ...
|
|
519
893
|
DidAppWindowIdChange = property(get_DidAppWindowIdChange, None)
|
|
520
894
|
DidDisplayIdChange = property(get_DidDisplayIdChange, None)
|
|
895
|
+
class IContentEnvironmentStateChangedEventArgs2(ComPtr):
|
|
896
|
+
extends: IInspectable
|
|
897
|
+
_classid_ = 'Microsoft.UI.Content.IContentEnvironmentStateChangedEventArgs2'
|
|
898
|
+
_iid_ = Guid('{cec0497d-76c7-544b-bf6e-816c9b16c99f}')
|
|
899
|
+
@winrt_commethod(6)
|
|
900
|
+
def get_DidDisplayScaleChange(self) -> Boolean: ...
|
|
901
|
+
DidDisplayScaleChange = property(get_DidDisplayScaleChange, None)
|
|
521
902
|
class IContentIsland(ComPtr):
|
|
522
903
|
extends: IInspectable
|
|
523
904
|
_classid_ = 'Microsoft.UI.Content.IContentIsland'
|
|
@@ -591,6 +972,47 @@ class IContentIsland(ComPtr):
|
|
|
591
972
|
RasterizationScale = property(get_RasterizationScale, None)
|
|
592
973
|
AutomationProviderRequested = event(add_AutomationProviderRequested, remove_AutomationProviderRequested)
|
|
593
974
|
StateChanged = event(add_StateChanged, remove_StateChanged)
|
|
975
|
+
class IContentIsland2(ComPtr):
|
|
976
|
+
extends: IInspectable
|
|
977
|
+
_classid_ = 'Microsoft.UI.Content.IContentIsland2'
|
|
978
|
+
_iid_ = Guid('{9f891825-4f83-5ada-9ebd-9d329460aede}')
|
|
979
|
+
@winrt_commethod(6)
|
|
980
|
+
def get_Children(self) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Content.ChildSiteLink]: ...
|
|
981
|
+
@winrt_commethod(7)
|
|
982
|
+
def get_LocalToClientTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
983
|
+
@winrt_commethod(8)
|
|
984
|
+
def get_LocalToParentTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
985
|
+
@winrt_commethod(9)
|
|
986
|
+
def get_Popups(self) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Content.DesktopPopupSiteBridge]: ...
|
|
987
|
+
@winrt_commethod(10)
|
|
988
|
+
def get_ProcessesKeyboardInput(self) -> Boolean: ...
|
|
989
|
+
@winrt_commethod(11)
|
|
990
|
+
def get_ProcessesPointerInput(self) -> Boolean: ...
|
|
991
|
+
Children = property(get_Children, None)
|
|
992
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
993
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, None)
|
|
994
|
+
Popups = property(get_Popups, None)
|
|
995
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, None)
|
|
996
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, None)
|
|
997
|
+
class IContentIslandAutomation(ComPtr):
|
|
998
|
+
extends: IInspectable
|
|
999
|
+
_classid_ = 'Microsoft.UI.Content.IContentIslandAutomation'
|
|
1000
|
+
_iid_ = Guid('{8752c11e-1896-565a-bfb0-2b0770030e97}')
|
|
1001
|
+
@winrt_commethod(6)
|
|
1002
|
+
def get_AutomationOption(self) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
1003
|
+
@winrt_commethod(7)
|
|
1004
|
+
def get_FragmentRootAutomationProvider(self) -> IInspectable: ...
|
|
1005
|
+
@winrt_commethod(8)
|
|
1006
|
+
def get_NextSiblingAutomationProvider(self) -> IInspectable: ...
|
|
1007
|
+
@winrt_commethod(9)
|
|
1008
|
+
def get_ParentAutomationProvider(self) -> IInspectable: ...
|
|
1009
|
+
@winrt_commethod(10)
|
|
1010
|
+
def get_PreviousSiblingAutomationProvider(self) -> IInspectable: ...
|
|
1011
|
+
AutomationOption = property(get_AutomationOption, None)
|
|
1012
|
+
FragmentRootAutomationProvider = property(get_FragmentRootAutomationProvider, None)
|
|
1013
|
+
NextSiblingAutomationProvider = property(get_NextSiblingAutomationProvider, None)
|
|
1014
|
+
ParentAutomationProvider = property(get_ParentAutomationProvider, None)
|
|
1015
|
+
PreviousSiblingAutomationProvider = property(get_PreviousSiblingAutomationProvider, None)
|
|
594
1016
|
class IContentIslandAutomationProviderRequestedEventArgs(ComPtr):
|
|
595
1017
|
extends: IInspectable
|
|
596
1018
|
_classid_ = 'Microsoft.UI.Content.IContentIslandAutomationProviderRequestedEventArgs'
|
|
@@ -625,6 +1047,13 @@ class IContentIslandEnvironment(ComPtr):
|
|
|
625
1047
|
DisplayId = property(get_DisplayId, None)
|
|
626
1048
|
SettingChanged = event(add_SettingChanged, remove_SettingChanged)
|
|
627
1049
|
StateChanged = event(add_StateChanged, remove_StateChanged)
|
|
1050
|
+
class IContentIslandEnvironment2(ComPtr):
|
|
1051
|
+
extends: IInspectable
|
|
1052
|
+
_classid_ = 'Microsoft.UI.Content.IContentIslandEnvironment2'
|
|
1053
|
+
_iid_ = Guid('{6bf81a71-c1e4-54d6-ac0d-02bcff5297e7}')
|
|
1054
|
+
@winrt_commethod(6)
|
|
1055
|
+
def get_DisplayScale(self) -> Single: ...
|
|
1056
|
+
DisplayScale = property(get_DisplayScale, None)
|
|
628
1057
|
class IContentIslandEnvironmentFactory(ComPtr):
|
|
629
1058
|
extends: IInspectable
|
|
630
1059
|
_classid_ = 'Microsoft.UI.Content.IContentIslandEnvironmentFactory'
|
|
@@ -652,6 +1081,16 @@ class IContentIslandStateChangedEventArgs(ComPtr):
|
|
|
652
1081
|
DidRasterizationScaleChange = property(get_DidRasterizationScaleChange, None)
|
|
653
1082
|
DidSiteEnabledChange = property(get_DidSiteEnabledChange, None)
|
|
654
1083
|
DidSiteVisibleChange = property(get_DidSiteVisibleChange, None)
|
|
1084
|
+
class IContentIslandStateChangedEventArgs2(ComPtr):
|
|
1085
|
+
extends: IInspectable
|
|
1086
|
+
_classid_ = 'Microsoft.UI.Content.IContentIslandStateChangedEventArgs2'
|
|
1087
|
+
_iid_ = Guid('{8ad25be1-a89a-5872-896e-8298dd20eb0d}')
|
|
1088
|
+
@winrt_commethod(6)
|
|
1089
|
+
def get_DidLocalToClientTransformMatrixChange(self) -> Boolean: ...
|
|
1090
|
+
@winrt_commethod(7)
|
|
1091
|
+
def get_DidLocalToParentTransformMatrixChange(self) -> Boolean: ...
|
|
1092
|
+
DidLocalToClientTransformMatrixChange = property(get_DidLocalToClientTransformMatrixChange, None)
|
|
1093
|
+
DidLocalToParentTransformMatrixChange = property(get_DidLocalToParentTransformMatrixChange, None)
|
|
655
1094
|
class IContentIslandStatics(ComPtr):
|
|
656
1095
|
extends: IInspectable
|
|
657
1096
|
_classid_ = 'Microsoft.UI.Content.IContentIslandStatics'
|
|
@@ -666,6 +1105,16 @@ class IContentIslandStatics(ComPtr):
|
|
|
666
1105
|
def GetByVisual(self, child: win32more.Microsoft.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
667
1106
|
@winrt_commethod(10)
|
|
668
1107
|
def GetFromId(self, id: UInt64) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
1108
|
+
class IContentIslandStatics2(ComPtr):
|
|
1109
|
+
extends: IInspectable
|
|
1110
|
+
_classid_ = 'Microsoft.UI.Content.IContentIslandStatics2'
|
|
1111
|
+
_iid_ = Guid('{b2c6fa77-13c9-5064-bb1d-f878d86acc65}')
|
|
1112
|
+
@winrt_commethod(6)
|
|
1113
|
+
def CreateForSystemVisual(self, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, root: win32more.Windows.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
1114
|
+
@winrt_commethod(7)
|
|
1115
|
+
def FindAllForSystemCompositor(self, compositor: win32more.Windows.UI.Composition.Compositor) -> ReceiveArray[win32more.Microsoft.UI.Content.ContentIsland]: ...
|
|
1116
|
+
@winrt_commethod(8)
|
|
1117
|
+
def GetBySystemVisual(self, child: win32more.Windows.UI.Composition.Visual) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
669
1118
|
class IContentSite(ComPtr):
|
|
670
1119
|
extends: IInspectable
|
|
671
1120
|
_classid_ = 'Microsoft.UI.Content.IContentSite'
|
|
@@ -738,6 +1187,74 @@ class IContentSite(ComPtr):
|
|
|
738
1187
|
ShouldApplyRasterizationScale = property(get_ShouldApplyRasterizationScale, put_ShouldApplyRasterizationScale)
|
|
739
1188
|
View = property(get_View, None)
|
|
740
1189
|
RequestedStateChanged = event(add_RequestedStateChanged, remove_RequestedStateChanged)
|
|
1190
|
+
class IContentSite2(ComPtr):
|
|
1191
|
+
extends: IInspectable
|
|
1192
|
+
_classid_ = 'Microsoft.UI.Content.IContentSite2'
|
|
1193
|
+
_iid_ = Guid('{c3f0149e-3f8c-5961-9d04-cd6c8a7f6026}')
|
|
1194
|
+
@winrt_commethod(6)
|
|
1195
|
+
def get_LocalToClientTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
1196
|
+
@winrt_commethod(7)
|
|
1197
|
+
def get_LocalToParentTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
1198
|
+
@winrt_commethod(8)
|
|
1199
|
+
def put_LocalToParentTransformMatrix(self, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
1200
|
+
@winrt_commethod(9)
|
|
1201
|
+
def get_ProcessesKeyboardInput(self) -> Boolean: ...
|
|
1202
|
+
@winrt_commethod(10)
|
|
1203
|
+
def put_ProcessesKeyboardInput(self, value: Boolean) -> Void: ...
|
|
1204
|
+
@winrt_commethod(11)
|
|
1205
|
+
def get_ProcessesPointerInput(self) -> Boolean: ...
|
|
1206
|
+
@winrt_commethod(12)
|
|
1207
|
+
def put_ProcessesPointerInput(self, value: Boolean) -> Void: ...
|
|
1208
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
1209
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, put_LocalToParentTransformMatrix)
|
|
1210
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, put_ProcessesKeyboardInput)
|
|
1211
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, put_ProcessesPointerInput)
|
|
1212
|
+
class IContentSiteAutomation(ComPtr):
|
|
1213
|
+
extends: IInspectable
|
|
1214
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteAutomation'
|
|
1215
|
+
_iid_ = Guid('{db4f4683-cd76-50d0-9ae1-044ceb3d3c7a}')
|
|
1216
|
+
@winrt_commethod(6)
|
|
1217
|
+
def get_AutomationOption(self) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
1218
|
+
@winrt_commethod(7)
|
|
1219
|
+
def put_AutomationOption(self, value: win32more.Microsoft.UI.Content.ContentAutomationOptions) -> Void: ...
|
|
1220
|
+
@winrt_commethod(8)
|
|
1221
|
+
def get_AutomationProvider(self) -> IInspectable: ...
|
|
1222
|
+
@winrt_commethod(9)
|
|
1223
|
+
def add_FragmentRootAutomationProviderRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1224
|
+
@winrt_commethod(10)
|
|
1225
|
+
def remove_FragmentRootAutomationProviderRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1226
|
+
@winrt_commethod(11)
|
|
1227
|
+
def add_NextSiblingAutomationProviderRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1228
|
+
@winrt_commethod(12)
|
|
1229
|
+
def remove_NextSiblingAutomationProviderRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1230
|
+
@winrt_commethod(13)
|
|
1231
|
+
def add_ParentAutomationProviderRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1232
|
+
@winrt_commethod(14)
|
|
1233
|
+
def remove_ParentAutomationProviderRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1234
|
+
@winrt_commethod(15)
|
|
1235
|
+
def add_PreviousSiblingAutomationProviderRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1236
|
+
@winrt_commethod(16)
|
|
1237
|
+
def remove_PreviousSiblingAutomationProviderRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1238
|
+
AutomationOption = property(get_AutomationOption, put_AutomationOption)
|
|
1239
|
+
AutomationProvider = property(get_AutomationProvider, None)
|
|
1240
|
+
FragmentRootAutomationProviderRequested = event(add_FragmentRootAutomationProviderRequested, remove_FragmentRootAutomationProviderRequested)
|
|
1241
|
+
NextSiblingAutomationProviderRequested = event(add_NextSiblingAutomationProviderRequested, remove_NextSiblingAutomationProviderRequested)
|
|
1242
|
+
ParentAutomationProviderRequested = event(add_ParentAutomationProviderRequested, remove_ParentAutomationProviderRequested)
|
|
1243
|
+
PreviousSiblingAutomationProviderRequested = event(add_PreviousSiblingAutomationProviderRequested, remove_PreviousSiblingAutomationProviderRequested)
|
|
1244
|
+
class IContentSiteAutomationProviderRequestedEventArgs(ComPtr):
|
|
1245
|
+
extends: IInspectable
|
|
1246
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteAutomationProviderRequestedEventArgs'
|
|
1247
|
+
_iid_ = Guid('{73a093b9-55d4-5598-b70e-6250b732f821}')
|
|
1248
|
+
@winrt_commethod(6)
|
|
1249
|
+
def get_AutomationProvider(self) -> IInspectable: ...
|
|
1250
|
+
@winrt_commethod(7)
|
|
1251
|
+
def put_AutomationProvider(self, value: IInspectable) -> Void: ...
|
|
1252
|
+
@winrt_commethod(8)
|
|
1253
|
+
def get_Handled(self) -> Boolean: ...
|
|
1254
|
+
@winrt_commethod(9)
|
|
1255
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1256
|
+
AutomationProvider = property(get_AutomationProvider, put_AutomationProvider)
|
|
1257
|
+
Handled = property(get_Handled, put_Handled)
|
|
741
1258
|
class IContentSiteBridge(ComPtr):
|
|
742
1259
|
extends: IInspectable
|
|
743
1260
|
implements: Tuple[ContextManagerProtocol]
|
|
@@ -775,6 +1292,15 @@ class IContentSiteEnvironment(ComPtr):
|
|
|
775
1292
|
AppWindowId = property(get_AppWindowId, put_AppWindowId)
|
|
776
1293
|
DisplayId = property(get_DisplayId, put_DisplayId)
|
|
777
1294
|
View = property(get_View, None)
|
|
1295
|
+
class IContentSiteEnvironment2(ComPtr):
|
|
1296
|
+
extends: IInspectable
|
|
1297
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteEnvironment2'
|
|
1298
|
+
_iid_ = Guid('{381ae3cd-c780-5a69-ba6a-0ead8560a31f}')
|
|
1299
|
+
@winrt_commethod(6)
|
|
1300
|
+
def get_DisplayScale(self) -> Single: ...
|
|
1301
|
+
@winrt_commethod(7)
|
|
1302
|
+
def put_DisplayScale(self, value: Single) -> Void: ...
|
|
1303
|
+
DisplayScale = property(get_DisplayScale, put_DisplayScale)
|
|
778
1304
|
class IContentSiteEnvironmentFactory(ComPtr):
|
|
779
1305
|
extends: IInspectable
|
|
780
1306
|
_classid_ = 'Microsoft.UI.Content.IContentSiteEnvironmentFactory'
|
|
@@ -789,6 +1315,13 @@ class IContentSiteEnvironmentView(ComPtr):
|
|
|
789
1315
|
def get_DisplayId(self) -> win32more.Microsoft.UI.DisplayId: ...
|
|
790
1316
|
AppWindowId = property(get_AppWindowId, None)
|
|
791
1317
|
DisplayId = property(get_DisplayId, None)
|
|
1318
|
+
class IContentSiteEnvironmentView2(ComPtr):
|
|
1319
|
+
extends: IInspectable
|
|
1320
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteEnvironmentView2'
|
|
1321
|
+
_iid_ = Guid('{0b43c89a-9196-5a64-a078-eb150acae527}')
|
|
1322
|
+
@winrt_commethod(6)
|
|
1323
|
+
def get_DisplayScale(self) -> Single: ...
|
|
1324
|
+
DisplayScale = property(get_DisplayScale, None)
|
|
792
1325
|
class IContentSiteEnvironmentViewFactory(ComPtr):
|
|
793
1326
|
extends: IInspectable
|
|
794
1327
|
_classid_ = 'Microsoft.UI.Content.IContentSiteEnvironmentViewFactory'
|
|
@@ -797,6 +1330,27 @@ class IContentSiteFactory(ComPtr):
|
|
|
797
1330
|
extends: IInspectable
|
|
798
1331
|
_classid_ = 'Microsoft.UI.Content.IContentSiteFactory'
|
|
799
1332
|
_iid_ = Guid('{72fb98d5-b28a-57f1-91fa-24c014a342c1}')
|
|
1333
|
+
class IContentSiteInput(ComPtr):
|
|
1334
|
+
extends: IInspectable
|
|
1335
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteInput'
|
|
1336
|
+
_iid_ = Guid('{0ead8189-10d3-550d-b747-8847bd7c9d21}')
|
|
1337
|
+
@winrt_commethod(6)
|
|
1338
|
+
def get_ProcessesKeyboardInput(self) -> Boolean: ...
|
|
1339
|
+
@winrt_commethod(7)
|
|
1340
|
+
def put_ProcessesKeyboardInput(self, value: Boolean) -> Void: ...
|
|
1341
|
+
@winrt_commethod(8)
|
|
1342
|
+
def get_ProcessesPointerInput(self) -> Boolean: ...
|
|
1343
|
+
@winrt_commethod(9)
|
|
1344
|
+
def put_ProcessesPointerInput(self, value: Boolean) -> Void: ...
|
|
1345
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, put_ProcessesKeyboardInput)
|
|
1346
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, put_ProcessesPointerInput)
|
|
1347
|
+
class IContentSiteLink(ComPtr):
|
|
1348
|
+
extends: IInspectable
|
|
1349
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteLink'
|
|
1350
|
+
_iid_ = Guid('{d9247341-f5d0-5084-af66-f5df5f314fc0}')
|
|
1351
|
+
@winrt_commethod(6)
|
|
1352
|
+
def get_Parent(self) -> win32more.Microsoft.UI.Content.ContentIsland: ...
|
|
1353
|
+
Parent = property(get_Parent, None)
|
|
800
1354
|
class IContentSiteRequestedStateChangedEventArgs(ComPtr):
|
|
801
1355
|
extends: IInspectable
|
|
802
1356
|
_classid_ = 'Microsoft.UI.Content.IContentSiteRequestedStateChangedEventArgs'
|
|
@@ -850,10 +1404,51 @@ class IContentSiteView(ComPtr):
|
|
|
850
1404
|
RasterizationScale = property(get_RasterizationScale, None)
|
|
851
1405
|
RequestedSize = property(get_RequestedSize, None)
|
|
852
1406
|
ShouldApplyRasterizationScale = property(get_ShouldApplyRasterizationScale, None)
|
|
1407
|
+
class IContentSiteView2(ComPtr):
|
|
1408
|
+
extends: IInspectable
|
|
1409
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteView2'
|
|
1410
|
+
_iid_ = Guid('{628adce3-820f-57de-bdc8-3720ff73014b}')
|
|
1411
|
+
@winrt_commethod(6)
|
|
1412
|
+
def get_LocalToClientTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
1413
|
+
@winrt_commethod(7)
|
|
1414
|
+
def get_LocalToParentTransformMatrix(self) -> win32more.Windows.Foundation.Numerics.Matrix4x4: ...
|
|
1415
|
+
@winrt_commethod(8)
|
|
1416
|
+
def get_ProcessesKeyboardInput(self) -> Boolean: ...
|
|
1417
|
+
@winrt_commethod(9)
|
|
1418
|
+
def get_ProcessesPointerInput(self) -> Boolean: ...
|
|
1419
|
+
LocalToClientTransformMatrix = property(get_LocalToClientTransformMatrix, None)
|
|
1420
|
+
LocalToParentTransformMatrix = property(get_LocalToParentTransformMatrix, None)
|
|
1421
|
+
ProcessesKeyboardInput = property(get_ProcessesKeyboardInput, None)
|
|
1422
|
+
ProcessesPointerInput = property(get_ProcessesPointerInput, None)
|
|
1423
|
+
class IContentSiteViewAutomation(ComPtr):
|
|
1424
|
+
extends: IInspectable
|
|
1425
|
+
_classid_ = 'Microsoft.UI.Content.IContentSiteViewAutomation'
|
|
1426
|
+
_iid_ = Guid('{f9d1d5ff-9669-5553-a875-aee03e11edd8}')
|
|
1427
|
+
@winrt_commethod(6)
|
|
1428
|
+
def get_AutomationOption(self) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
1429
|
+
AutomationOption = property(get_AutomationOption, None)
|
|
853
1430
|
class IContentSiteViewFactory(ComPtr):
|
|
854
1431
|
extends: IInspectable
|
|
855
1432
|
_classid_ = 'Microsoft.UI.Content.IContentSiteViewFactory'
|
|
856
1433
|
_iid_ = Guid('{9efd72f0-63ef-5b6a-a50c-5685bd8100f1}')
|
|
1434
|
+
class IDesktopAttachedSiteBridge(ComPtr):
|
|
1435
|
+
extends: IInspectable
|
|
1436
|
+
_classid_ = 'Microsoft.UI.Content.IDesktopAttachedSiteBridge'
|
|
1437
|
+
_iid_ = Guid('{c8ad3758-c8d3-5ea5-a274-ce12d9cf6845}')
|
|
1438
|
+
@winrt_commethod(6)
|
|
1439
|
+
def get_SiteView(self) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
1440
|
+
@winrt_commethod(7)
|
|
1441
|
+
def get_WindowId(self) -> win32more.Microsoft.UI.WindowId: ...
|
|
1442
|
+
@winrt_commethod(8)
|
|
1443
|
+
def Connect(self, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
1444
|
+
SiteView = property(get_SiteView, None)
|
|
1445
|
+
WindowId = property(get_WindowId, None)
|
|
1446
|
+
class IDesktopAttachedSiteBridgeStatics(ComPtr):
|
|
1447
|
+
extends: IInspectable
|
|
1448
|
+
_classid_ = 'Microsoft.UI.Content.IDesktopAttachedSiteBridgeStatics'
|
|
1449
|
+
_iid_ = Guid('{41f6930f-310e-5680-812c-6dac16dfff44}')
|
|
1450
|
+
@winrt_commethod(6)
|
|
1451
|
+
def CreateFromWindowId(self, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopAttachedSiteBridge: ...
|
|
857
1452
|
class IDesktopChildSiteBridge(ComPtr):
|
|
858
1453
|
extends: IInspectable
|
|
859
1454
|
_classid_ = 'Microsoft.UI.Content.IDesktopChildSiteBridge'
|
|
@@ -872,6 +1467,52 @@ class IDesktopChildSiteBridgeStatics(ComPtr):
|
|
|
872
1467
|
_iid_ = Guid('{ab6b82de-6a47-5de3-a860-613c8db679ab}')
|
|
873
1468
|
@winrt_commethod(6)
|
|
874
1469
|
def Create(self, compositor: win32more.Microsoft.UI.Composition.Compositor, parentWindowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopChildSiteBridge: ...
|
|
1470
|
+
class IDesktopChildSiteBridgeStatics2(ComPtr):
|
|
1471
|
+
extends: IInspectable
|
|
1472
|
+
_classid_ = 'Microsoft.UI.Content.IDesktopChildSiteBridgeStatics2'
|
|
1473
|
+
_iid_ = Guid('{aae99407-e378-5c53-9aff-5a3b53e194a8}')
|
|
1474
|
+
@winrt_commethod(6)
|
|
1475
|
+
def CreateWithDispatcherQueue(self, queue: win32more.Microsoft.UI.Dispatching.DispatcherQueue, parentWindowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.DesktopChildSiteBridge: ...
|
|
1476
|
+
class IDesktopPopupSiteBridge(ComPtr):
|
|
1477
|
+
extends: IInspectable
|
|
1478
|
+
_classid_ = 'Microsoft.UI.Content.IDesktopPopupSiteBridge'
|
|
1479
|
+
_iid_ = Guid('{84eaab23-f716-5ad8-ac00-3d77c01d42cc}')
|
|
1480
|
+
@winrt_commethod(6)
|
|
1481
|
+
def get_IsEnabled(self) -> Boolean: ...
|
|
1482
|
+
@winrt_commethod(7)
|
|
1483
|
+
def get_IsVisible(self) -> Boolean: ...
|
|
1484
|
+
@winrt_commethod(8)
|
|
1485
|
+
def get_SiteView(self) -> win32more.Microsoft.UI.Content.ContentSiteView: ...
|
|
1486
|
+
@winrt_commethod(9)
|
|
1487
|
+
def get_WindowId(self) -> win32more.Microsoft.UI.WindowId: ...
|
|
1488
|
+
@winrt_commethod(10)
|
|
1489
|
+
def Connect(self, content: win32more.Microsoft.UI.Content.ContentIsland) -> Void: ...
|
|
1490
|
+
@winrt_commethod(11)
|
|
1491
|
+
def Disable(self) -> Void: ...
|
|
1492
|
+
@winrt_commethod(12)
|
|
1493
|
+
def Enable(self) -> Void: ...
|
|
1494
|
+
@winrt_commethod(13)
|
|
1495
|
+
def Hide(self) -> Void: ...
|
|
1496
|
+
@winrt_commethod(14)
|
|
1497
|
+
def MoveAndResize(self, rect: win32more.Windows.Graphics.RectInt32) -> Void: ...
|
|
1498
|
+
@winrt_commethod(15)
|
|
1499
|
+
def MoveInZOrderAtBottom(self) -> Void: ...
|
|
1500
|
+
@winrt_commethod(16)
|
|
1501
|
+
def MoveInZOrderAtTop(self) -> Void: ...
|
|
1502
|
+
@winrt_commethod(17)
|
|
1503
|
+
def MoveInZOrderBelow(self, windowId: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
1504
|
+
@winrt_commethod(18)
|
|
1505
|
+
def Show(self) -> Void: ...
|
|
1506
|
+
IsEnabled = property(get_IsEnabled, None)
|
|
1507
|
+
IsVisible = property(get_IsVisible, None)
|
|
1508
|
+
SiteView = property(get_SiteView, None)
|
|
1509
|
+
WindowId = property(get_WindowId, None)
|
|
1510
|
+
class IDesktopPopupSiteBridgeStatics(ComPtr):
|
|
1511
|
+
extends: IInspectable
|
|
1512
|
+
_classid_ = 'Microsoft.UI.Content.IDesktopPopupSiteBridgeStatics'
|
|
1513
|
+
_iid_ = Guid('{4ea2b77b-3177-5e5b-8d0d-a76e15c6d080}')
|
|
1514
|
+
@winrt_commethod(6)
|
|
1515
|
+
def Create(self, parent: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Content.DesktopPopupSiteBridge: ...
|
|
875
1516
|
class IDesktopSiteBridge(ComPtr):
|
|
876
1517
|
extends: IInspectable
|
|
877
1518
|
_classid_ = 'Microsoft.UI.Content.IDesktopSiteBridge'
|