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.Xaml
|
|
4
4
|
import win32more.Microsoft.UI.Xaml.Automation
|
|
5
5
|
import win32more.Microsoft.UI.Xaml.Automation.Peers
|
|
@@ -267,27 +267,27 @@ class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
|
267
267
|
@winrt_classmethod
|
|
268
268
|
def get_AcceleratorKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
269
269
|
@winrt_classmethod
|
|
270
|
-
def GetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
270
|
+
def GetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
271
271
|
@winrt_classmethod
|
|
272
|
-
def SetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
272
|
+
def SetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
273
273
|
@winrt_classmethod
|
|
274
274
|
def get_AccessKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
275
275
|
@winrt_classmethod
|
|
276
|
-
def GetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
276
|
+
def GetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
277
277
|
@winrt_classmethod
|
|
278
|
-
def SetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
278
|
+
def SetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
279
279
|
@winrt_classmethod
|
|
280
280
|
def get_AutomationIdProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
281
281
|
@winrt_classmethod
|
|
282
|
-
def GetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
282
|
+
def GetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
283
283
|
@winrt_classmethod
|
|
284
|
-
def SetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
284
|
+
def SetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
285
285
|
@winrt_classmethod
|
|
286
286
|
def get_HelpTextProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
287
287
|
@winrt_classmethod
|
|
288
|
-
def GetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
288
|
+
def GetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
289
289
|
@winrt_classmethod
|
|
290
|
-
def SetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
290
|
+
def SetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
291
291
|
@winrt_classmethod
|
|
292
292
|
def get_IsRequiredForFormProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
293
293
|
@winrt_classmethod
|
|
@@ -297,15 +297,15 @@ class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
|
297
297
|
@winrt_classmethod
|
|
298
298
|
def get_ItemStatusProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
299
299
|
@winrt_classmethod
|
|
300
|
-
def GetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
300
|
+
def GetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
301
301
|
@winrt_classmethod
|
|
302
|
-
def SetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
302
|
+
def SetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
303
303
|
@winrt_classmethod
|
|
304
304
|
def get_ItemTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
305
305
|
@winrt_classmethod
|
|
306
|
-
def GetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
306
|
+
def GetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
307
307
|
@winrt_classmethod
|
|
308
|
-
def SetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
308
|
+
def SetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
309
309
|
@winrt_classmethod
|
|
310
310
|
def get_LabeledByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
311
311
|
@winrt_classmethod
|
|
@@ -315,9 +315,9 @@ class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
|
315
315
|
@winrt_classmethod
|
|
316
316
|
def get_NameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
317
317
|
@winrt_classmethod
|
|
318
|
-
def GetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
318
|
+
def GetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
319
319
|
@winrt_classmethod
|
|
320
|
-
def SetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
320
|
+
def SetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
321
321
|
@winrt_classmethod
|
|
322
322
|
def get_LiveSettingProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
323
323
|
@winrt_classmethod
|
|
@@ -365,9 +365,9 @@ class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
|
365
365
|
@winrt_classmethod
|
|
366
366
|
def get_LocalizedLandmarkTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
367
367
|
@winrt_classmethod
|
|
368
|
-
def GetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
368
|
+
def GetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
369
369
|
@winrt_classmethod
|
|
370
|
-
def SetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
370
|
+
def SetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
371
371
|
@winrt_classmethod
|
|
372
372
|
def get_IsPeripheralProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
373
373
|
@winrt_classmethod
|
|
@@ -383,15 +383,15 @@ class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
|
383
383
|
@winrt_classmethod
|
|
384
384
|
def get_FullDescriptionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
385
385
|
@winrt_classmethod
|
|
386
|
-
def GetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
386
|
+
def GetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
387
387
|
@winrt_classmethod
|
|
388
|
-
def SetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
388
|
+
def SetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
389
389
|
@winrt_classmethod
|
|
390
390
|
def get_LocalizedControlTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
391
391
|
@winrt_classmethod
|
|
392
|
-
def GetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
392
|
+
def GetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
393
393
|
@winrt_classmethod
|
|
394
|
-
def SetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
394
|
+
def SetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
395
395
|
@winrt_classmethod
|
|
396
396
|
def get_DescribedByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
397
397
|
@winrt_classmethod
|
|
@@ -780,27 +780,27 @@ class IAutomationPropertiesStatics(ComPtr):
|
|
|
780
780
|
@winrt_commethod(6)
|
|
781
781
|
def get_AcceleratorKeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
782
782
|
@winrt_commethod(7)
|
|
783
|
-
def GetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
783
|
+
def GetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
784
784
|
@winrt_commethod(8)
|
|
785
|
-
def SetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
785
|
+
def SetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
786
786
|
@winrt_commethod(9)
|
|
787
787
|
def get_AccessKeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
788
788
|
@winrt_commethod(10)
|
|
789
|
-
def GetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
789
|
+
def GetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
790
790
|
@winrt_commethod(11)
|
|
791
|
-
def SetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
791
|
+
def SetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
792
792
|
@winrt_commethod(12)
|
|
793
793
|
def get_AutomationIdProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
794
794
|
@winrt_commethod(13)
|
|
795
|
-
def GetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
795
|
+
def GetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
796
796
|
@winrt_commethod(14)
|
|
797
|
-
def SetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
797
|
+
def SetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
798
798
|
@winrt_commethod(15)
|
|
799
799
|
def get_HelpTextProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
800
800
|
@winrt_commethod(16)
|
|
801
|
-
def GetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
801
|
+
def GetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
802
802
|
@winrt_commethod(17)
|
|
803
|
-
def SetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
803
|
+
def SetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
804
804
|
@winrt_commethod(18)
|
|
805
805
|
def get_IsRequiredForFormProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
806
806
|
@winrt_commethod(19)
|
|
@@ -810,15 +810,15 @@ class IAutomationPropertiesStatics(ComPtr):
|
|
|
810
810
|
@winrt_commethod(21)
|
|
811
811
|
def get_ItemStatusProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
812
812
|
@winrt_commethod(22)
|
|
813
|
-
def GetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
813
|
+
def GetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
814
814
|
@winrt_commethod(23)
|
|
815
|
-
def SetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
815
|
+
def SetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
816
816
|
@winrt_commethod(24)
|
|
817
817
|
def get_ItemTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
818
818
|
@winrt_commethod(25)
|
|
819
|
-
def GetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
819
|
+
def GetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
820
820
|
@winrt_commethod(26)
|
|
821
|
-
def SetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
821
|
+
def SetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
822
822
|
@winrt_commethod(27)
|
|
823
823
|
def get_LabeledByProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
824
824
|
@winrt_commethod(28)
|
|
@@ -828,9 +828,9 @@ class IAutomationPropertiesStatics(ComPtr):
|
|
|
828
828
|
@winrt_commethod(30)
|
|
829
829
|
def get_NameProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
830
830
|
@winrt_commethod(31)
|
|
831
|
-
def GetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
831
|
+
def GetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
832
832
|
@winrt_commethod(32)
|
|
833
|
-
def SetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
833
|
+
def SetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
834
834
|
@winrt_commethod(33)
|
|
835
835
|
def get_LiveSettingProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
836
836
|
@winrt_commethod(34)
|
|
@@ -878,9 +878,9 @@ class IAutomationPropertiesStatics(ComPtr):
|
|
|
878
878
|
@winrt_commethod(55)
|
|
879
879
|
def get_LocalizedLandmarkTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
880
880
|
@winrt_commethod(56)
|
|
881
|
-
def GetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
881
|
+
def GetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
882
882
|
@winrt_commethod(57)
|
|
883
|
-
def SetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
883
|
+
def SetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
884
884
|
@winrt_commethod(58)
|
|
885
885
|
def get_IsPeripheralProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
886
886
|
@winrt_commethod(59)
|
|
@@ -896,15 +896,15 @@ class IAutomationPropertiesStatics(ComPtr):
|
|
|
896
896
|
@winrt_commethod(64)
|
|
897
897
|
def get_FullDescriptionProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
898
898
|
@winrt_commethod(65)
|
|
899
|
-
def GetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
899
|
+
def GetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
900
900
|
@winrt_commethod(66)
|
|
901
|
-
def SetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
901
|
+
def SetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
902
902
|
@winrt_commethod(67)
|
|
903
903
|
def get_LocalizedControlTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
904
904
|
@winrt_commethod(68)
|
|
905
|
-
def GetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) ->
|
|
905
|
+
def GetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> hstr: ...
|
|
906
906
|
@winrt_commethod(69)
|
|
907
|
-
def SetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value:
|
|
907
|
+
def SetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: hstr) -> Void: ...
|
|
908
908
|
@winrt_commethod(70)
|
|
909
909
|
def get_DescribedByProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
910
910
|
@winrt_commethod(71)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Composition
|
|
4
4
|
import win32more.Microsoft.UI.Xaml.Controls
|
|
5
5
|
import win32more.Microsoft.UI.Xaml.Controls.AnimatedVisuals
|
|
@@ -21,9 +21,9 @@ class AnimatedAcceptVisualSource(ComPtr):
|
|
|
21
21
|
@winrt_mixinmethod
|
|
22
22
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
23
23
|
@winrt_mixinmethod
|
|
24
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
24
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
25
25
|
@winrt_mixinmethod
|
|
26
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
26
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
27
27
|
Markers = property(get_Markers, None)
|
|
28
28
|
class AnimatedBackVisualSource(ComPtr):
|
|
29
29
|
extends: IInspectable
|
|
@@ -41,9 +41,9 @@ class AnimatedBackVisualSource(ComPtr):
|
|
|
41
41
|
@winrt_mixinmethod
|
|
42
42
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
43
43
|
@winrt_mixinmethod
|
|
44
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
44
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
45
45
|
@winrt_mixinmethod
|
|
46
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
46
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
47
47
|
Markers = property(get_Markers, None)
|
|
48
48
|
class AnimatedChevronDownSmallVisualSource(ComPtr):
|
|
49
49
|
extends: IInspectable
|
|
@@ -61,9 +61,9 @@ class AnimatedChevronDownSmallVisualSource(ComPtr):
|
|
|
61
61
|
@winrt_mixinmethod
|
|
62
62
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
63
63
|
@winrt_mixinmethod
|
|
64
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
64
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
65
65
|
@winrt_mixinmethod
|
|
66
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
66
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
67
67
|
Markers = property(get_Markers, None)
|
|
68
68
|
class AnimatedChevronRightDownSmallVisualSource(ComPtr):
|
|
69
69
|
extends: IInspectable
|
|
@@ -81,9 +81,9 @@ class AnimatedChevronRightDownSmallVisualSource(ComPtr):
|
|
|
81
81
|
@winrt_mixinmethod
|
|
82
82
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
83
83
|
@winrt_mixinmethod
|
|
84
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
84
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
85
85
|
@winrt_mixinmethod
|
|
86
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
86
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
87
87
|
Markers = property(get_Markers, None)
|
|
88
88
|
class AnimatedChevronUpDownSmallVisualSource(ComPtr):
|
|
89
89
|
extends: IInspectable
|
|
@@ -101,9 +101,9 @@ class AnimatedChevronUpDownSmallVisualSource(ComPtr):
|
|
|
101
101
|
@winrt_mixinmethod
|
|
102
102
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
103
103
|
@winrt_mixinmethod
|
|
104
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
104
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
105
105
|
@winrt_mixinmethod
|
|
106
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
106
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
107
107
|
Markers = property(get_Markers, None)
|
|
108
108
|
class AnimatedFindVisualSource(ComPtr):
|
|
109
109
|
extends: IInspectable
|
|
@@ -121,9 +121,9 @@ class AnimatedFindVisualSource(ComPtr):
|
|
|
121
121
|
@winrt_mixinmethod
|
|
122
122
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
123
123
|
@winrt_mixinmethod
|
|
124
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
124
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
125
125
|
@winrt_mixinmethod
|
|
126
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
126
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
127
127
|
Markers = property(get_Markers, None)
|
|
128
128
|
class AnimatedGlobalNavigationButtonVisualSource(ComPtr):
|
|
129
129
|
extends: IInspectable
|
|
@@ -141,9 +141,9 @@ class AnimatedGlobalNavigationButtonVisualSource(ComPtr):
|
|
|
141
141
|
@winrt_mixinmethod
|
|
142
142
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
143
143
|
@winrt_mixinmethod
|
|
144
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
144
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
145
145
|
@winrt_mixinmethod
|
|
146
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
146
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
147
147
|
Markers = property(get_Markers, None)
|
|
148
148
|
class AnimatedSettingsVisualSource(ComPtr):
|
|
149
149
|
extends: IInspectable
|
|
@@ -161,9 +161,9 @@ class AnimatedSettingsVisualSource(ComPtr):
|
|
|
161
161
|
@winrt_mixinmethod
|
|
162
162
|
def TryCreateAnimatedVisual(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource, compositor: win32more.Microsoft.UI.Composition.Compositor, diagnostics: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisual: ...
|
|
163
163
|
@winrt_mixinmethod
|
|
164
|
-
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
164
|
+
def get_Markers(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2) -> win32more.Windows.Foundation.Collections.IMapView[hstr, Double]: ...
|
|
165
165
|
@winrt_mixinmethod
|
|
166
|
-
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName:
|
|
166
|
+
def SetColorProperty(self: win32more.Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
167
167
|
Markers = property(get_Markers, None)
|
|
168
168
|
|
|
169
169
|
|