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