win32more-Microsoft.WindowsAppSDK 0.6.1.7.250310001__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/DirectX/__init__.py +1 -1
- win32more/Microsoft/Graphics/Display/__init__.py +9 -9
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +111 -111
- win32more/Microsoft/UI/Composition/Core/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Effects/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +8 -8
- win32more/Microsoft/UI/Composition/__init__.py +134 -134
- win32more/Microsoft/UI/Content/__init__.py +39 -39
- win32more/Microsoft/UI/Dispatching/__init__.py +11 -11
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +7 -7
- win32more/Microsoft/UI/Input/Interop/__init__.py +1 -1
- win32more/Microsoft/UI/Input/__init__.py +103 -99
- win32more/Microsoft/UI/System/__init__.py +5 -5
- win32more/Microsoft/UI/Text/__init__.py +30 -30
- win32more/Microsoft/UI/Windowing/__init__.py +27 -27
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +56 -55
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +19 -19
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +17 -17
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +108 -107
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +744 -744
- win32more/Microsoft/UI/Xaml/Data/__init__.py +31 -30
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +38 -37
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Input/__init__.py +38 -31
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +19 -17
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +111 -109
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +11 -11
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +2 -1
- win32more/Microsoft/UI/Xaml/Media/__init__.py +34 -28
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +2 -2
- win32more/Microsoft/UI/Xaml/__init__.py +190 -186
- win32more/Microsoft/UI/__init__.py +8 -5
- 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/AppLifecycle/__init__.py +21 -21
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +99 -99
- win32more/Microsoft/Windows/AppNotifications/__init__.py +45 -45
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +7 -7
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +22 -21
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +59 -59
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +32 -7
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/Globalization/__init__.py +9 -9
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +86 -85
- win32more/Microsoft/Windows/Media/Capture/__init__.py +1 -1
- win32more/Microsoft/Windows/PushNotifications/__init__.py +6 -5
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +7 -6
- win32more/Microsoft/Windows/Storage/__init__.py +27 -27
- win32more/Microsoft/Windows/System/Power/__init__.py +23 -12
- win32more/Microsoft/Windows/System/__init__.py +15 -15
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +65 -65
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +25 -25
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +91 -67
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -2
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +1 -1
- 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.7.251107005.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +81 -0
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/RECORD +0 -75
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI
|
|
4
4
|
import win32more.Microsoft.UI.Dispatching
|
|
5
5
|
import win32more.Microsoft.UI.Windowing
|
|
@@ -28,9 +28,9 @@ class AppWindow(ComPtr):
|
|
|
28
28
|
@winrt_mixinmethod
|
|
29
29
|
def get_Size(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> win32more.Windows.Graphics.SizeInt32: ...
|
|
30
30
|
@winrt_mixinmethod
|
|
31
|
-
def get_Title(self: win32more.Microsoft.UI.Windowing.IAppWindow) ->
|
|
31
|
+
def get_Title(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> hstr: ...
|
|
32
32
|
@winrt_mixinmethod
|
|
33
|
-
def put_Title(self: win32more.Microsoft.UI.Windowing.IAppWindow, value:
|
|
33
|
+
def put_Title(self: win32more.Microsoft.UI.Windowing.IAppWindow, value: hstr) -> Void: ...
|
|
34
34
|
@winrt_mixinmethod
|
|
35
35
|
def get_TitleBar(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> win32more.Microsoft.UI.Windowing.AppWindowTitleBar: ...
|
|
36
36
|
@winrt_mixinmethod
|
|
@@ -46,7 +46,7 @@ class AppWindow(ComPtr):
|
|
|
46
46
|
@winrt_mixinmethod
|
|
47
47
|
def Resize(self: win32more.Microsoft.UI.Windowing.IAppWindow, size: win32more.Windows.Graphics.SizeInt32) -> Void: ...
|
|
48
48
|
@winrt_mixinmethod
|
|
49
|
-
def SetIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow, iconPath:
|
|
49
|
+
def SetIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow, iconPath: hstr) -> Void: ...
|
|
50
50
|
@winrt_mixinmethod
|
|
51
51
|
def SetIconWithIconId(self: win32more.Microsoft.UI.Windowing.IAppWindow, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
52
52
|
@winrt_mixinmethod
|
|
@@ -86,11 +86,11 @@ class AppWindow(ComPtr):
|
|
|
86
86
|
@winrt_mixinmethod
|
|
87
87
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Windowing.IAppWindow3) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
88
88
|
@winrt_mixinmethod
|
|
89
|
-
def SetTaskbarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath:
|
|
89
|
+
def SetTaskbarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath: hstr) -> Void: ...
|
|
90
90
|
@winrt_mixinmethod
|
|
91
91
|
def SetTaskbarIconWithIconId(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
92
92
|
@winrt_mixinmethod
|
|
93
|
-
def SetTitleBarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath:
|
|
93
|
+
def SetTitleBarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath: hstr) -> Void: ...
|
|
94
94
|
@winrt_mixinmethod
|
|
95
95
|
def SetTitleBarIconWithIconId(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
96
96
|
@winrt_classmethod
|
|
@@ -114,9 +114,9 @@ class AppWindow(ComPtr):
|
|
|
114
114
|
Size = property(get_Size, None)
|
|
115
115
|
Title = property(get_Title, put_Title)
|
|
116
116
|
TitleBar = property(get_TitleBar, None)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Destroying = event()
|
|
117
|
+
Changed = event(add_Changed, remove_Changed)
|
|
118
|
+
Closing = event(add_Closing, remove_Closing)
|
|
119
|
+
Destroying = event(add_Destroying, remove_Destroying)
|
|
120
120
|
class AppWindowChangedEventArgs(ComPtr):
|
|
121
121
|
extends: IInspectable
|
|
122
122
|
default_interface: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs
|
|
@@ -348,11 +348,11 @@ class DisplayAreaWatcher(ComPtr):
|
|
|
348
348
|
@winrt_mixinmethod
|
|
349
349
|
def remove_Updated(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
350
350
|
Status = property(get_Status, None)
|
|
351
|
-
Added = event()
|
|
352
|
-
EnumerationCompleted = event()
|
|
353
|
-
Removed = event()
|
|
354
|
-
Stopped = event()
|
|
355
|
-
Updated = event()
|
|
351
|
+
Added = event(add_Added, remove_Added)
|
|
352
|
+
EnumerationCompleted = event(add_EnumerationCompleted, remove_EnumerationCompleted)
|
|
353
|
+
Removed = event(add_Removed, remove_Removed)
|
|
354
|
+
Stopped = event(add_Stopped, remove_Stopped)
|
|
355
|
+
Updated = event(add_Updated, remove_Updated)
|
|
356
356
|
class DisplayAreaWatcherStatus(Enum, Int32):
|
|
357
357
|
Created = 0
|
|
358
358
|
Started = 1
|
|
@@ -387,9 +387,9 @@ class IAppWindow(ComPtr):
|
|
|
387
387
|
@winrt_commethod(13)
|
|
388
388
|
def get_Size(self) -> win32more.Windows.Graphics.SizeInt32: ...
|
|
389
389
|
@winrt_commethod(14)
|
|
390
|
-
def get_Title(self) ->
|
|
390
|
+
def get_Title(self) -> hstr: ...
|
|
391
391
|
@winrt_commethod(15)
|
|
392
|
-
def put_Title(self, value:
|
|
392
|
+
def put_Title(self, value: hstr) -> Void: ...
|
|
393
393
|
@winrt_commethod(16)
|
|
394
394
|
def get_TitleBar(self) -> win32more.Microsoft.UI.Windowing.AppWindowTitleBar: ...
|
|
395
395
|
@winrt_commethod(17)
|
|
@@ -405,7 +405,7 @@ class IAppWindow(ComPtr):
|
|
|
405
405
|
@winrt_commethod(22)
|
|
406
406
|
def Resize(self, size: win32more.Windows.Graphics.SizeInt32) -> Void: ...
|
|
407
407
|
@winrt_commethod(23)
|
|
408
|
-
def SetIcon(self, iconPath:
|
|
408
|
+
def SetIcon(self, iconPath: hstr) -> Void: ...
|
|
409
409
|
@winrt_commethod(24)
|
|
410
410
|
def SetIconWithIconId(self, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
411
411
|
@winrt_commethod(25)
|
|
@@ -437,9 +437,9 @@ class IAppWindow(ComPtr):
|
|
|
437
437
|
Size = property(get_Size, None)
|
|
438
438
|
Title = property(get_Title, put_Title)
|
|
439
439
|
TitleBar = property(get_TitleBar, None)
|
|
440
|
-
Changed = event()
|
|
441
|
-
Closing = event()
|
|
442
|
-
Destroying = event()
|
|
440
|
+
Changed = event(add_Changed, remove_Changed)
|
|
441
|
+
Closing = event(add_Closing, remove_Closing)
|
|
442
|
+
Destroying = event(add_Destroying, remove_Destroying)
|
|
443
443
|
class IAppWindow2(ComPtr):
|
|
444
444
|
extends: IInspectable
|
|
445
445
|
_classid_ = 'Microsoft.UI.Windowing.IAppWindow2'
|
|
@@ -471,11 +471,11 @@ class IAppWindow4(ComPtr):
|
|
|
471
471
|
_classid_ = 'Microsoft.UI.Windowing.IAppWindow4'
|
|
472
472
|
_iid_ = Guid('{383bfb91-ea29-5414-80cd-6c76d981eb31}')
|
|
473
473
|
@winrt_commethod(6)
|
|
474
|
-
def SetTaskbarIcon(self, iconPath:
|
|
474
|
+
def SetTaskbarIcon(self, iconPath: hstr) -> Void: ...
|
|
475
475
|
@winrt_commethod(7)
|
|
476
476
|
def SetTaskbarIconWithIconId(self, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
477
477
|
@winrt_commethod(8)
|
|
478
|
-
def SetTitleBarIcon(self, iconPath:
|
|
478
|
+
def SetTitleBarIcon(self, iconPath: hstr) -> Void: ...
|
|
479
479
|
@winrt_commethod(9)
|
|
480
480
|
def SetTitleBarIconWithIconId(self, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
481
481
|
class IAppWindowChangedEventArgs(ComPtr):
|
|
@@ -744,11 +744,11 @@ class IDisplayAreaWatcher(ComPtr):
|
|
|
744
744
|
@winrt_commethod(18)
|
|
745
745
|
def remove_Updated(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
746
746
|
Status = property(get_Status, None)
|
|
747
|
-
Added = event()
|
|
748
|
-
EnumerationCompleted = event()
|
|
749
|
-
Removed = event()
|
|
750
|
-
Stopped = event()
|
|
751
|
-
Updated = event()
|
|
747
|
+
Added = event(add_Added, remove_Added)
|
|
748
|
+
EnumerationCompleted = event(add_EnumerationCompleted, remove_EnumerationCompleted)
|
|
749
|
+
Removed = event(add_Removed, remove_Removed)
|
|
750
|
+
Stopped = event(add_Stopped, remove_Stopped)
|
|
751
|
+
Updated = event(add_Updated, remove_Updated)
|
|
752
752
|
class IFullScreenPresenter(ComPtr):
|
|
753
753
|
extends: IInspectable
|
|
754
754
|
_classid_ = 'Microsoft.UI.Windowing.IFullScreenPresenter'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Xaml
|
|
4
4
|
import win32more.Microsoft.UI.Xaml.Automation
|
|
5
5
|
import win32more.Microsoft.UI.Xaml.Automation.Peers
|
|
@@ -264,13 +264,13 @@ class AutomationPeer(ComPtr):
|
|
|
264
264
|
@winrt_mixinmethod
|
|
265
265
|
def RaisePropertyChangedEvent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, automationProperty: win32more.Microsoft.UI.Xaml.Automation.AutomationProperty, oldValue: IInspectable, newValue: IInspectable) -> Void: ...
|
|
266
266
|
@winrt_mixinmethod
|
|
267
|
-
def GetAcceleratorKey(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
267
|
+
def GetAcceleratorKey(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
268
268
|
@winrt_mixinmethod
|
|
269
|
-
def GetAccessKey(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
269
|
+
def GetAccessKey(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
270
270
|
@winrt_mixinmethod
|
|
271
271
|
def GetAutomationControlType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
272
272
|
@winrt_mixinmethod
|
|
273
|
-
def GetAutomationId(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
273
|
+
def GetAutomationId(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
274
274
|
@winrt_mixinmethod
|
|
275
275
|
def GetBoundingRectangle(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Windows.Foundation.Rect: ...
|
|
276
276
|
@winrt_mixinmethod
|
|
@@ -278,21 +278,21 @@ class AutomationPeer(ComPtr):
|
|
|
278
278
|
@winrt_mixinmethod
|
|
279
279
|
def Navigate(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, direction: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection) -> IInspectable: ...
|
|
280
280
|
@winrt_mixinmethod
|
|
281
|
-
def GetClassName(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
281
|
+
def GetClassName(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
282
282
|
@winrt_mixinmethod
|
|
283
283
|
def GetClickablePoint(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Windows.Foundation.Point: ...
|
|
284
284
|
@winrt_mixinmethod
|
|
285
|
-
def GetHelpText(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
285
|
+
def GetHelpText(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
286
286
|
@winrt_mixinmethod
|
|
287
|
-
def GetItemStatus(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
287
|
+
def GetItemStatus(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
288
288
|
@winrt_mixinmethod
|
|
289
|
-
def GetItemType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
289
|
+
def GetItemType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
290
290
|
@winrt_mixinmethod
|
|
291
291
|
def GetLabeledBy(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer: ...
|
|
292
292
|
@winrt_mixinmethod
|
|
293
|
-
def GetLocalizedControlType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
293
|
+
def GetLocalizedControlType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
294
294
|
@winrt_mixinmethod
|
|
295
|
-
def GetName(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
295
|
+
def GetName(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
296
296
|
@winrt_mixinmethod
|
|
297
297
|
def GetOrientation(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationOrientation: ...
|
|
298
298
|
@winrt_mixinmethod
|
|
@@ -334,7 +334,7 @@ class AutomationPeer(ComPtr):
|
|
|
334
334
|
@winrt_mixinmethod
|
|
335
335
|
def SetParent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, peer: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer) -> Void: ...
|
|
336
336
|
@winrt_mixinmethod
|
|
337
|
-
def RaiseTextEditTextChangedEvent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, automationTextEditChangeType: win32more.Microsoft.UI.Xaml.Automation.AutomationTextEditChangeType, changedData: win32more.Windows.Foundation.Collections.IVectorView[
|
|
337
|
+
def RaiseTextEditTextChangedEvent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, automationTextEditChangeType: win32more.Microsoft.UI.Xaml.Automation.AutomationTextEditChangeType, changedData: win32more.Windows.Foundation.Collections.IVectorView[hstr]) -> Void: ...
|
|
338
338
|
@winrt_mixinmethod
|
|
339
339
|
def GetPositionInSet(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> Int32: ...
|
|
340
340
|
@winrt_mixinmethod
|
|
@@ -346,17 +346,17 @@ class AutomationPeer(ComPtr):
|
|
|
346
346
|
@winrt_mixinmethod
|
|
347
347
|
def GetLandmarkType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
348
348
|
@winrt_mixinmethod
|
|
349
|
-
def GetLocalizedLandmarkType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
349
|
+
def GetLocalizedLandmarkType(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
350
350
|
@winrt_mixinmethod
|
|
351
351
|
def IsPeripheral(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> Boolean: ...
|
|
352
352
|
@winrt_mixinmethod
|
|
353
353
|
def IsDataValidForForm(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> Boolean: ...
|
|
354
354
|
@winrt_mixinmethod
|
|
355
|
-
def GetFullDescription(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) ->
|
|
355
|
+
def GetFullDescription(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> hstr: ...
|
|
356
356
|
@winrt_mixinmethod
|
|
357
357
|
def GetCulture(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> Int32: ...
|
|
358
358
|
@winrt_mixinmethod
|
|
359
|
-
def RaiseNotificationEvent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, notificationKind: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind, notificationProcessing: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing, displayString:
|
|
359
|
+
def RaiseNotificationEvent(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer, notificationKind: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind, notificationProcessing: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing, displayString: hstr, activityId: hstr) -> Void: ...
|
|
360
360
|
@winrt_mixinmethod
|
|
361
361
|
def GetHeadingLevel(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeer) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel: ...
|
|
362
362
|
@winrt_mixinmethod
|
|
@@ -368,13 +368,13 @@ class AutomationPeer(ComPtr):
|
|
|
368
368
|
@winrt_mixinmethod
|
|
369
369
|
def GetPatternCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides, patternInterface: win32more.Microsoft.UI.Xaml.Automation.Peers.PatternInterface) -> IInspectable: ...
|
|
370
370
|
@winrt_mixinmethod
|
|
371
|
-
def GetAcceleratorKeyCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
371
|
+
def GetAcceleratorKeyCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
372
372
|
@winrt_mixinmethod
|
|
373
|
-
def GetAccessKeyCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
373
|
+
def GetAccessKeyCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
374
374
|
@winrt_mixinmethod
|
|
375
375
|
def GetAutomationControlTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
376
376
|
@winrt_mixinmethod
|
|
377
|
-
def GetAutomationIdCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
377
|
+
def GetAutomationIdCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
378
378
|
@winrt_mixinmethod
|
|
379
379
|
def GetBoundingRectangleCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Windows.Foundation.Rect: ...
|
|
380
380
|
@winrt_mixinmethod
|
|
@@ -382,21 +382,21 @@ class AutomationPeer(ComPtr):
|
|
|
382
382
|
@winrt_mixinmethod
|
|
383
383
|
def NavigateCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides, direction: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection) -> IInspectable: ...
|
|
384
384
|
@winrt_mixinmethod
|
|
385
|
-
def GetClassNameCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
385
|
+
def GetClassNameCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
386
386
|
@winrt_mixinmethod
|
|
387
387
|
def GetClickablePointCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Windows.Foundation.Point: ...
|
|
388
388
|
@winrt_mixinmethod
|
|
389
|
-
def GetHelpTextCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
389
|
+
def GetHelpTextCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
390
390
|
@winrt_mixinmethod
|
|
391
|
-
def GetItemStatusCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
391
|
+
def GetItemStatusCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
392
392
|
@winrt_mixinmethod
|
|
393
|
-
def GetItemTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
393
|
+
def GetItemTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
394
394
|
@winrt_mixinmethod
|
|
395
395
|
def GetLabeledByCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer: ...
|
|
396
396
|
@winrt_mixinmethod
|
|
397
|
-
def GetLocalizedControlTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
397
|
+
def GetLocalizedControlTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
398
398
|
@winrt_mixinmethod
|
|
399
|
-
def GetNameCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
399
|
+
def GetNameCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
400
400
|
@winrt_mixinmethod
|
|
401
401
|
def GetOrientationCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationOrientation: ...
|
|
402
402
|
@winrt_mixinmethod
|
|
@@ -440,13 +440,13 @@ class AutomationPeer(ComPtr):
|
|
|
440
440
|
@winrt_mixinmethod
|
|
441
441
|
def GetLandmarkTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
442
442
|
@winrt_mixinmethod
|
|
443
|
-
def GetLocalizedLandmarkTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
443
|
+
def GetLocalizedLandmarkTypeCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
444
444
|
@winrt_mixinmethod
|
|
445
445
|
def IsPeripheralCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> Boolean: ...
|
|
446
446
|
@winrt_mixinmethod
|
|
447
447
|
def IsDataValidForFormCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> Boolean: ...
|
|
448
448
|
@winrt_mixinmethod
|
|
449
|
-
def GetFullDescriptionCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) ->
|
|
449
|
+
def GetFullDescriptionCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> hstr: ...
|
|
450
450
|
@winrt_mixinmethod
|
|
451
451
|
def GetDescribedByCore(self: win32more.Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer]: ...
|
|
452
452
|
@winrt_mixinmethod
|
|
@@ -573,9 +573,9 @@ class CalendarDatePickerAutomationPeer(ComPtr):
|
|
|
573
573
|
@winrt_mixinmethod
|
|
574
574
|
def get_IsReadOnly(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) -> Boolean: ...
|
|
575
575
|
@winrt_mixinmethod
|
|
576
|
-
def get_Value(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) ->
|
|
576
|
+
def get_Value(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) -> hstr: ...
|
|
577
577
|
@winrt_mixinmethod
|
|
578
|
-
def SetValue(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider, value:
|
|
578
|
+
def SetValue(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider, value: hstr) -> Void: ...
|
|
579
579
|
IsReadOnly = property(get_IsReadOnly, None)
|
|
580
580
|
Value = property(get_Value, None)
|
|
581
581
|
class CheckBoxAutomationPeer(ComPtr):
|
|
@@ -633,9 +633,9 @@ class ComboBoxAutomationPeer(ComPtr):
|
|
|
633
633
|
@winrt_mixinmethod
|
|
634
634
|
def get_IsReadOnly(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) -> Boolean: ...
|
|
635
635
|
@winrt_mixinmethod
|
|
636
|
-
def get_Value(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) ->
|
|
636
|
+
def get_Value(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider) -> hstr: ...
|
|
637
637
|
@winrt_mixinmethod
|
|
638
|
-
def SetValue(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider, value:
|
|
638
|
+
def SetValue(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IValueProvider, value: hstr) -> Void: ...
|
|
639
639
|
@winrt_mixinmethod
|
|
640
640
|
def get_ExpandCollapseState(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider) -> win32more.Microsoft.UI.Xaml.Automation.ExpandCollapseState: ...
|
|
641
641
|
@winrt_mixinmethod
|
|
@@ -1003,13 +1003,13 @@ class IAutomationPeer(ComPtr):
|
|
|
1003
1003
|
@winrt_commethod(10)
|
|
1004
1004
|
def RaisePropertyChangedEvent(self, automationProperty: win32more.Microsoft.UI.Xaml.Automation.AutomationProperty, oldValue: IInspectable, newValue: IInspectable) -> Void: ...
|
|
1005
1005
|
@winrt_commethod(11)
|
|
1006
|
-
def GetAcceleratorKey(self) ->
|
|
1006
|
+
def GetAcceleratorKey(self) -> hstr: ...
|
|
1007
1007
|
@winrt_commethod(12)
|
|
1008
|
-
def GetAccessKey(self) ->
|
|
1008
|
+
def GetAccessKey(self) -> hstr: ...
|
|
1009
1009
|
@winrt_commethod(13)
|
|
1010
1010
|
def GetAutomationControlType(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
1011
1011
|
@winrt_commethod(14)
|
|
1012
|
-
def GetAutomationId(self) ->
|
|
1012
|
+
def GetAutomationId(self) -> hstr: ...
|
|
1013
1013
|
@winrt_commethod(15)
|
|
1014
1014
|
def GetBoundingRectangle(self) -> win32more.Windows.Foundation.Rect: ...
|
|
1015
1015
|
@winrt_commethod(16)
|
|
@@ -1017,21 +1017,21 @@ class IAutomationPeer(ComPtr):
|
|
|
1017
1017
|
@winrt_commethod(17)
|
|
1018
1018
|
def Navigate(self, direction: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection) -> IInspectable: ...
|
|
1019
1019
|
@winrt_commethod(18)
|
|
1020
|
-
def GetClassName(self) ->
|
|
1020
|
+
def GetClassName(self) -> hstr: ...
|
|
1021
1021
|
@winrt_commethod(19)
|
|
1022
1022
|
def GetClickablePoint(self) -> win32more.Windows.Foundation.Point: ...
|
|
1023
1023
|
@winrt_commethod(20)
|
|
1024
|
-
def GetHelpText(self) ->
|
|
1024
|
+
def GetHelpText(self) -> hstr: ...
|
|
1025
1025
|
@winrt_commethod(21)
|
|
1026
|
-
def GetItemStatus(self) ->
|
|
1026
|
+
def GetItemStatus(self) -> hstr: ...
|
|
1027
1027
|
@winrt_commethod(22)
|
|
1028
|
-
def GetItemType(self) ->
|
|
1028
|
+
def GetItemType(self) -> hstr: ...
|
|
1029
1029
|
@winrt_commethod(23)
|
|
1030
1030
|
def GetLabeledBy(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer: ...
|
|
1031
1031
|
@winrt_commethod(24)
|
|
1032
|
-
def GetLocalizedControlType(self) ->
|
|
1032
|
+
def GetLocalizedControlType(self) -> hstr: ...
|
|
1033
1033
|
@winrt_commethod(25)
|
|
1034
|
-
def GetName(self) ->
|
|
1034
|
+
def GetName(self) -> hstr: ...
|
|
1035
1035
|
@winrt_commethod(26)
|
|
1036
1036
|
def GetOrientation(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationOrientation: ...
|
|
1037
1037
|
@winrt_commethod(27)
|
|
@@ -1073,7 +1073,7 @@ class IAutomationPeer(ComPtr):
|
|
|
1073
1073
|
@winrt_commethod(45)
|
|
1074
1074
|
def SetParent(self, peer: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer) -> Void: ...
|
|
1075
1075
|
@winrt_commethod(46)
|
|
1076
|
-
def RaiseTextEditTextChangedEvent(self, automationTextEditChangeType: win32more.Microsoft.UI.Xaml.Automation.AutomationTextEditChangeType, changedData: win32more.Windows.Foundation.Collections.IVectorView[
|
|
1076
|
+
def RaiseTextEditTextChangedEvent(self, automationTextEditChangeType: win32more.Microsoft.UI.Xaml.Automation.AutomationTextEditChangeType, changedData: win32more.Windows.Foundation.Collections.IVectorView[hstr]) -> Void: ...
|
|
1077
1077
|
@winrt_commethod(47)
|
|
1078
1078
|
def GetPositionInSet(self) -> Int32: ...
|
|
1079
1079
|
@winrt_commethod(48)
|
|
@@ -1085,17 +1085,17 @@ class IAutomationPeer(ComPtr):
|
|
|
1085
1085
|
@winrt_commethod(51)
|
|
1086
1086
|
def GetLandmarkType(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
1087
1087
|
@winrt_commethod(52)
|
|
1088
|
-
def GetLocalizedLandmarkType(self) ->
|
|
1088
|
+
def GetLocalizedLandmarkType(self) -> hstr: ...
|
|
1089
1089
|
@winrt_commethod(53)
|
|
1090
1090
|
def IsPeripheral(self) -> Boolean: ...
|
|
1091
1091
|
@winrt_commethod(54)
|
|
1092
1092
|
def IsDataValidForForm(self) -> Boolean: ...
|
|
1093
1093
|
@winrt_commethod(55)
|
|
1094
|
-
def GetFullDescription(self) ->
|
|
1094
|
+
def GetFullDescription(self) -> hstr: ...
|
|
1095
1095
|
@winrt_commethod(56)
|
|
1096
1096
|
def GetCulture(self) -> Int32: ...
|
|
1097
1097
|
@winrt_commethod(57)
|
|
1098
|
-
def RaiseNotificationEvent(self, notificationKind: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind, notificationProcessing: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing, displayString:
|
|
1098
|
+
def RaiseNotificationEvent(self, notificationKind: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind, notificationProcessing: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing, displayString: hstr, activityId: hstr) -> Void: ...
|
|
1099
1099
|
@winrt_commethod(58)
|
|
1100
1100
|
def GetHeadingLevel(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel: ...
|
|
1101
1101
|
@winrt_commethod(59)
|
|
@@ -1146,13 +1146,13 @@ class IAutomationPeerOverrides(ComPtr):
|
|
|
1146
1146
|
@winrt_commethod(6)
|
|
1147
1147
|
def GetPatternCore(self, patternInterface: win32more.Microsoft.UI.Xaml.Automation.Peers.PatternInterface) -> IInspectable: ...
|
|
1148
1148
|
@winrt_commethod(7)
|
|
1149
|
-
def GetAcceleratorKeyCore(self) ->
|
|
1149
|
+
def GetAcceleratorKeyCore(self) -> hstr: ...
|
|
1150
1150
|
@winrt_commethod(8)
|
|
1151
|
-
def GetAccessKeyCore(self) ->
|
|
1151
|
+
def GetAccessKeyCore(self) -> hstr: ...
|
|
1152
1152
|
@winrt_commethod(9)
|
|
1153
1153
|
def GetAutomationControlTypeCore(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
1154
1154
|
@winrt_commethod(10)
|
|
1155
|
-
def GetAutomationIdCore(self) ->
|
|
1155
|
+
def GetAutomationIdCore(self) -> hstr: ...
|
|
1156
1156
|
@winrt_commethod(11)
|
|
1157
1157
|
def GetBoundingRectangleCore(self) -> win32more.Windows.Foundation.Rect: ...
|
|
1158
1158
|
@winrt_commethod(12)
|
|
@@ -1160,21 +1160,21 @@ class IAutomationPeerOverrides(ComPtr):
|
|
|
1160
1160
|
@winrt_commethod(13)
|
|
1161
1161
|
def NavigateCore(self, direction: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection) -> IInspectable: ...
|
|
1162
1162
|
@winrt_commethod(14)
|
|
1163
|
-
def GetClassNameCore(self) ->
|
|
1163
|
+
def GetClassNameCore(self) -> hstr: ...
|
|
1164
1164
|
@winrt_commethod(15)
|
|
1165
1165
|
def GetClickablePointCore(self) -> win32more.Windows.Foundation.Point: ...
|
|
1166
1166
|
@winrt_commethod(16)
|
|
1167
|
-
def GetHelpTextCore(self) ->
|
|
1167
|
+
def GetHelpTextCore(self) -> hstr: ...
|
|
1168
1168
|
@winrt_commethod(17)
|
|
1169
|
-
def GetItemStatusCore(self) ->
|
|
1169
|
+
def GetItemStatusCore(self) -> hstr: ...
|
|
1170
1170
|
@winrt_commethod(18)
|
|
1171
|
-
def GetItemTypeCore(self) ->
|
|
1171
|
+
def GetItemTypeCore(self) -> hstr: ...
|
|
1172
1172
|
@winrt_commethod(19)
|
|
1173
1173
|
def GetLabeledByCore(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer: ...
|
|
1174
1174
|
@winrt_commethod(20)
|
|
1175
|
-
def GetLocalizedControlTypeCore(self) ->
|
|
1175
|
+
def GetLocalizedControlTypeCore(self) -> hstr: ...
|
|
1176
1176
|
@winrt_commethod(21)
|
|
1177
|
-
def GetNameCore(self) ->
|
|
1177
|
+
def GetNameCore(self) -> hstr: ...
|
|
1178
1178
|
@winrt_commethod(22)
|
|
1179
1179
|
def GetOrientationCore(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationOrientation: ...
|
|
1180
1180
|
@winrt_commethod(23)
|
|
@@ -1218,13 +1218,13 @@ class IAutomationPeerOverrides(ComPtr):
|
|
|
1218
1218
|
@winrt_commethod(42)
|
|
1219
1219
|
def GetLandmarkTypeCore(self) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
1220
1220
|
@winrt_commethod(43)
|
|
1221
|
-
def GetLocalizedLandmarkTypeCore(self) ->
|
|
1221
|
+
def GetLocalizedLandmarkTypeCore(self) -> hstr: ...
|
|
1222
1222
|
@winrt_commethod(44)
|
|
1223
1223
|
def IsPeripheralCore(self) -> Boolean: ...
|
|
1224
1224
|
@winrt_commethod(45)
|
|
1225
1225
|
def IsDataValidForFormCore(self) -> Boolean: ...
|
|
1226
1226
|
@winrt_commethod(46)
|
|
1227
|
-
def GetFullDescriptionCore(self) ->
|
|
1227
|
+
def GetFullDescriptionCore(self) -> hstr: ...
|
|
1228
1228
|
@winrt_commethod(47)
|
|
1229
1229
|
def GetDescribedByCore(self) -> win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationPeer]: ...
|
|
1230
1230
|
@winrt_commethod(48)
|
|
@@ -2402,9 +2402,9 @@ class ListViewBaseAutomationPeer(ComPtr):
|
|
|
2402
2402
|
@winrt_factorymethod
|
|
2403
2403
|
def CreateInstanceWithOwner(cls: win32more.Microsoft.UI.Xaml.Automation.Peers.IListViewBaseAutomationPeerFactory, owner: win32more.Microsoft.UI.Xaml.Controls.ListViewBase, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Automation.Peers.ListViewBaseAutomationPeer: ...
|
|
2404
2404
|
@winrt_mixinmethod
|
|
2405
|
-
def get_DropEffect(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider) ->
|
|
2405
|
+
def get_DropEffect(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider) -> hstr: ...
|
|
2406
2406
|
@winrt_mixinmethod
|
|
2407
|
-
def get_DropEffects(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider) -> ReceiveArray[
|
|
2407
|
+
def get_DropEffects(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider) -> ReceiveArray[hstr]: ...
|
|
2408
2408
|
DropEffect = property(get_DropEffect, None)
|
|
2409
2409
|
DropEffects = property(get_DropEffects, None)
|
|
2410
2410
|
class ListViewBaseHeaderItemAutomationPeer(ComPtr):
|
|
@@ -2950,6 +2950,7 @@ class RatingControlAutomationPeer(ComPtr):
|
|
|
2950
2950
|
@winrt_factorymethod
|
|
2951
2951
|
def CreateInstanceWithOwner(cls: win32more.Microsoft.UI.Xaml.Automation.Peers.IRatingControlAutomationPeerFactory, owner: win32more.Microsoft.UI.Xaml.Controls.RatingControl, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Automation.Peers.RatingControlAutomationPeer: ...
|
|
2952
2952
|
class RawElementProviderRuntimeId(Structure):
|
|
2953
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.RawElementProviderRuntimeId'
|
|
2953
2954
|
Part1: UInt32
|
|
2954
2955
|
Part2: UInt32
|
|
2955
2956
|
class RepeatButtonAutomationPeer(ComPtr):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Xaml
|
|
4
4
|
import win32more.Microsoft.UI.Xaml.Automation
|
|
5
5
|
import win32more.Microsoft.UI.Xaml.Automation.Peers
|
|
@@ -14,11 +14,11 @@ class IAnnotationProvider(ComPtr):
|
|
|
14
14
|
@winrt_commethod(6)
|
|
15
15
|
def get_AnnotationTypeId(self) -> Int32: ...
|
|
16
16
|
@winrt_commethod(7)
|
|
17
|
-
def get_AnnotationTypeName(self) ->
|
|
17
|
+
def get_AnnotationTypeName(self) -> hstr: ...
|
|
18
18
|
@winrt_commethod(8)
|
|
19
|
-
def get_Author(self) ->
|
|
19
|
+
def get_Author(self) -> hstr: ...
|
|
20
20
|
@winrt_commethod(9)
|
|
21
|
-
def get_DateTime(self) ->
|
|
21
|
+
def get_DateTime(self) -> hstr: ...
|
|
22
22
|
@winrt_commethod(10)
|
|
23
23
|
def get_Target(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
24
24
|
AnnotationTypeId = property(get_AnnotationTypeId, None)
|
|
@@ -48,9 +48,9 @@ class IDragProvider(ComPtr):
|
|
|
48
48
|
@winrt_commethod(6)
|
|
49
49
|
def get_IsGrabbed(self) -> Boolean: ...
|
|
50
50
|
@winrt_commethod(7)
|
|
51
|
-
def get_DropEffect(self) ->
|
|
51
|
+
def get_DropEffect(self) -> hstr: ...
|
|
52
52
|
@winrt_commethod(8)
|
|
53
|
-
def get_DropEffects(self) -> ReceiveArray[
|
|
53
|
+
def get_DropEffects(self) -> ReceiveArray[hstr]: ...
|
|
54
54
|
@winrt_commethod(9)
|
|
55
55
|
def GetGrabbedItems(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
56
56
|
DropEffect = property(get_DropEffect, None)
|
|
@@ -61,9 +61,9 @@ class IDropTargetProvider(ComPtr):
|
|
|
61
61
|
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider'
|
|
62
62
|
_iid_ = Guid('{9b2a9f3d-bbb1-510d-99e8-0e0ae14a6e3b}')
|
|
63
63
|
@winrt_commethod(6)
|
|
64
|
-
def get_DropEffect(self) ->
|
|
64
|
+
def get_DropEffect(self) -> hstr: ...
|
|
65
65
|
@winrt_commethod(7)
|
|
66
|
-
def get_DropEffects(self) -> ReceiveArray[
|
|
66
|
+
def get_DropEffects(self) -> ReceiveArray[hstr]: ...
|
|
67
67
|
DropEffect = property(get_DropEffect, None)
|
|
68
68
|
DropEffects = property(get_DropEffects, None)
|
|
69
69
|
class IExpandCollapseProvider(ComPtr):
|
|
@@ -133,7 +133,7 @@ class IMultipleViewProvider(ComPtr):
|
|
|
133
133
|
@winrt_commethod(7)
|
|
134
134
|
def GetSupportedViews(self) -> ReceiveArray[Int32]: ...
|
|
135
135
|
@winrt_commethod(8)
|
|
136
|
-
def GetViewName(self, viewId: Int32) ->
|
|
136
|
+
def GetViewName(self, viewId: Int32) -> hstr: ...
|
|
137
137
|
@winrt_commethod(9)
|
|
138
138
|
def SetCurrentView(self, viewId: Int32) -> Void: ...
|
|
139
139
|
CurrentView = property(get_CurrentView, None)
|
|
@@ -236,7 +236,7 @@ class ISpreadsheetItemProvider(ComPtr):
|
|
|
236
236
|
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider'
|
|
237
237
|
_iid_ = Guid('{51c1ce89-b21f-592c-8768-0accdefd5738}')
|
|
238
238
|
@winrt_commethod(6)
|
|
239
|
-
def get_Formula(self) ->
|
|
239
|
+
def get_Formula(self) -> hstr: ...
|
|
240
240
|
@winrt_commethod(7)
|
|
241
241
|
def GetAnnotationObjects(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
242
242
|
@winrt_commethod(8)
|
|
@@ -247,25 +247,25 @@ class ISpreadsheetProvider(ComPtr):
|
|
|
247
247
|
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISpreadsheetProvider'
|
|
248
248
|
_iid_ = Guid('{1ff41bac-d9e3-5e48-b5f8-9eab0fb2d9d8}')
|
|
249
249
|
@winrt_commethod(6)
|
|
250
|
-
def GetItemByName(self, name:
|
|
250
|
+
def GetItemByName(self, name: hstr) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
251
251
|
class IStylesProvider(ComPtr):
|
|
252
252
|
extends: IInspectable
|
|
253
253
|
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IStylesProvider'
|
|
254
254
|
_iid_ = Guid('{d8895839-0048-54de-9c1f-152de6665e80}')
|
|
255
255
|
@winrt_commethod(6)
|
|
256
|
-
def get_ExtendedProperties(self) ->
|
|
256
|
+
def get_ExtendedProperties(self) -> hstr: ...
|
|
257
257
|
@winrt_commethod(7)
|
|
258
258
|
def get_FillColor(self) -> win32more.Windows.UI.Color: ...
|
|
259
259
|
@winrt_commethod(8)
|
|
260
260
|
def get_FillPatternColor(self) -> win32more.Windows.UI.Color: ...
|
|
261
261
|
@winrt_commethod(9)
|
|
262
|
-
def get_FillPatternStyle(self) ->
|
|
262
|
+
def get_FillPatternStyle(self) -> hstr: ...
|
|
263
263
|
@winrt_commethod(10)
|
|
264
|
-
def get_Shape(self) ->
|
|
264
|
+
def get_Shape(self) -> hstr: ...
|
|
265
265
|
@winrt_commethod(11)
|
|
266
266
|
def get_StyleId(self) -> Int32: ...
|
|
267
267
|
@winrt_commethod(12)
|
|
268
|
-
def get_StyleName(self) ->
|
|
268
|
+
def get_StyleName(self) -> hstr: ...
|
|
269
269
|
ExtendedProperties = property(get_ExtendedProperties, None)
|
|
270
270
|
FillColor = property(get_FillColor, None)
|
|
271
271
|
FillPatternColor = property(get_FillPatternColor, None)
|
|
@@ -359,7 +359,7 @@ class ITextRangeProvider(ComPtr):
|
|
|
359
359
|
@winrt_commethod(10)
|
|
360
360
|
def FindAttribute(self, attributeId: Int32, value: IInspectable, backward: Boolean) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
361
361
|
@winrt_commethod(11)
|
|
362
|
-
def FindText(self, text:
|
|
362
|
+
def FindText(self, text: hstr, backward: Boolean, ignoreCase: Boolean) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
363
363
|
@winrt_commethod(12)
|
|
364
364
|
def GetAttributeValue(self, attributeId: Int32) -> IInspectable: ...
|
|
365
365
|
@winrt_commethod(13)
|
|
@@ -367,7 +367,7 @@ class ITextRangeProvider(ComPtr):
|
|
|
367
367
|
@winrt_commethod(14)
|
|
368
368
|
def GetEnclosingElement(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
369
369
|
@winrt_commethod(15)
|
|
370
|
-
def GetText(self, maxLength: Int32) ->
|
|
370
|
+
def GetText(self, maxLength: Int32) -> hstr: ...
|
|
371
371
|
@winrt_commethod(16)
|
|
372
372
|
def Move(self, unit: win32more.Microsoft.UI.Xaml.Automation.Text.TextUnit, count: Int32) -> Int32: ...
|
|
373
373
|
@winrt_commethod(17)
|
|
@@ -445,9 +445,9 @@ class IValueProvider(ComPtr):
|
|
|
445
445
|
@winrt_commethod(6)
|
|
446
446
|
def get_IsReadOnly(self) -> Boolean: ...
|
|
447
447
|
@winrt_commethod(7)
|
|
448
|
-
def get_Value(self) ->
|
|
448
|
+
def get_Value(self) -> hstr: ...
|
|
449
449
|
@winrt_commethod(8)
|
|
450
|
-
def SetValue(self, value:
|
|
450
|
+
def SetValue(self, value: hstr) -> Void: ...
|
|
451
451
|
IsReadOnly = property(get_IsReadOnly, None)
|
|
452
452
|
Value = property(get_Value, None)
|
|
453
453
|
class IVirtualizedItemProvider(ComPtr):
|