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.Composition
|
|
4
4
|
import win32more.Microsoft.UI.Xaml
|
|
5
5
|
import win32more.Microsoft.UI.Xaml.Controls
|
|
@@ -337,7 +337,7 @@ class ConnectedAnimation(ComPtr):
|
|
|
337
337
|
def SetAnimationComponent(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimation, component: win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimationComponent, animation: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Void: ...
|
|
338
338
|
Configuration = property(get_Configuration, put_Configuration)
|
|
339
339
|
IsScaleAnimationEnabled = property(get_IsScaleAnimationEnabled, put_IsScaleAnimationEnabled)
|
|
340
|
-
Completed = event()
|
|
340
|
+
Completed = event(add_Completed, remove_Completed)
|
|
341
341
|
class ConnectedAnimationComponent(Enum, Int32):
|
|
342
342
|
OffsetX = 0
|
|
343
343
|
OffsetY = 1
|
|
@@ -360,9 +360,9 @@ class ConnectedAnimationService(ComPtr):
|
|
|
360
360
|
@winrt_mixinmethod
|
|
361
361
|
def put_DefaultEasingFunction(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationService, value: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
362
362
|
@winrt_mixinmethod
|
|
363
|
-
def PrepareToAnimate(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationService, key:
|
|
363
|
+
def PrepareToAnimate(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationService, key: hstr, source: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimation: ...
|
|
364
364
|
@winrt_mixinmethod
|
|
365
|
-
def GetAnimation(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationService, key:
|
|
365
|
+
def GetAnimation(self: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationService, key: hstr) -> win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimation: ...
|
|
366
366
|
@winrt_classmethod
|
|
367
367
|
def GetForCurrentView(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationServiceStatics) -> win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimationService: ...
|
|
368
368
|
DefaultDuration = property(get_DefaultDuration, put_DefaultDuration)
|
|
@@ -689,9 +689,9 @@ class DragItemThemeAnimation(ComPtr, metaclass=_DragItemThemeAnimation_Meta_):
|
|
|
689
689
|
@winrt_activatemethod
|
|
690
690
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.DragItemThemeAnimation: ...
|
|
691
691
|
@winrt_mixinmethod
|
|
692
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimation) ->
|
|
692
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimation) -> hstr: ...
|
|
693
693
|
@winrt_mixinmethod
|
|
694
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimation, value:
|
|
694
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimation, value: hstr) -> Void: ...
|
|
695
695
|
@winrt_classmethod
|
|
696
696
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
697
697
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -712,9 +712,9 @@ class DragOverThemeAnimation(ComPtr, metaclass=_DragOverThemeAnimation_Meta_):
|
|
|
712
712
|
@winrt_activatemethod
|
|
713
713
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.DragOverThemeAnimation: ...
|
|
714
714
|
@winrt_mixinmethod
|
|
715
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation) ->
|
|
715
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation) -> hstr: ...
|
|
716
716
|
@winrt_mixinmethod
|
|
717
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation, value:
|
|
717
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation, value: hstr) -> Void: ...
|
|
718
718
|
@winrt_mixinmethod
|
|
719
719
|
def get_ToOffset(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation) -> Double: ...
|
|
720
720
|
@winrt_mixinmethod
|
|
@@ -764,17 +764,17 @@ class DrillInThemeAnimation(ComPtr, metaclass=_DrillInThemeAnimation_Meta_):
|
|
|
764
764
|
@winrt_activatemethod
|
|
765
765
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.DrillInThemeAnimation: ...
|
|
766
766
|
@winrt_mixinmethod
|
|
767
|
-
def get_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) ->
|
|
767
|
+
def get_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) -> hstr: ...
|
|
768
768
|
@winrt_mixinmethod
|
|
769
|
-
def put_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation, value:
|
|
769
|
+
def put_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation, value: hstr) -> Void: ...
|
|
770
770
|
@winrt_mixinmethod
|
|
771
771
|
def get_EntranceTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
772
772
|
@winrt_mixinmethod
|
|
773
773
|
def put_EntranceTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
774
774
|
@winrt_mixinmethod
|
|
775
|
-
def get_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) ->
|
|
775
|
+
def get_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) -> hstr: ...
|
|
776
776
|
@winrt_mixinmethod
|
|
777
|
-
def put_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation, value:
|
|
777
|
+
def put_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation, value: hstr) -> Void: ...
|
|
778
778
|
@winrt_mixinmethod
|
|
779
779
|
def get_ExitTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
780
780
|
@winrt_mixinmethod
|
|
@@ -811,17 +811,17 @@ class DrillOutThemeAnimation(ComPtr, metaclass=_DrillOutThemeAnimation_Meta_):
|
|
|
811
811
|
@winrt_activatemethod
|
|
812
812
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.DrillOutThemeAnimation: ...
|
|
813
813
|
@winrt_mixinmethod
|
|
814
|
-
def get_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) ->
|
|
814
|
+
def get_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) -> hstr: ...
|
|
815
815
|
@winrt_mixinmethod
|
|
816
|
-
def put_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation, value:
|
|
816
|
+
def put_EntranceTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation, value: hstr) -> Void: ...
|
|
817
817
|
@winrt_mixinmethod
|
|
818
818
|
def get_EntranceTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
819
819
|
@winrt_mixinmethod
|
|
820
820
|
def put_EntranceTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
821
821
|
@winrt_mixinmethod
|
|
822
|
-
def get_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) ->
|
|
822
|
+
def get_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) -> hstr: ...
|
|
823
823
|
@winrt_mixinmethod
|
|
824
|
-
def put_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation, value:
|
|
824
|
+
def put_ExitTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation, value: hstr) -> Void: ...
|
|
825
825
|
@winrt_mixinmethod
|
|
826
826
|
def get_ExitTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
827
827
|
@winrt_mixinmethod
|
|
@@ -858,9 +858,9 @@ class DropTargetItemThemeAnimation(ComPtr, metaclass=_DropTargetItemThemeAnimati
|
|
|
858
858
|
@winrt_activatemethod
|
|
859
859
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.DropTargetItemThemeAnimation: ...
|
|
860
860
|
@winrt_mixinmethod
|
|
861
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation) ->
|
|
861
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation) -> hstr: ...
|
|
862
862
|
@winrt_mixinmethod
|
|
863
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation, value:
|
|
863
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation, value: hstr) -> Void: ...
|
|
864
864
|
@winrt_classmethod
|
|
865
865
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
866
866
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -1108,9 +1108,9 @@ class FadeInThemeAnimation(ComPtr, metaclass=_FadeInThemeAnimation_Meta_):
|
|
|
1108
1108
|
@winrt_activatemethod
|
|
1109
1109
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.FadeInThemeAnimation: ...
|
|
1110
1110
|
@winrt_mixinmethod
|
|
1111
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimation) ->
|
|
1111
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimation) -> hstr: ...
|
|
1112
1112
|
@winrt_mixinmethod
|
|
1113
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimation, value:
|
|
1113
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimation, value: hstr) -> Void: ...
|
|
1114
1114
|
@winrt_classmethod
|
|
1115
1115
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1116
1116
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -1131,9 +1131,9 @@ class FadeOutThemeAnimation(ComPtr, metaclass=_FadeOutThemeAnimation_Meta_):
|
|
|
1131
1131
|
@winrt_activatemethod
|
|
1132
1132
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.FadeOutThemeAnimation: ...
|
|
1133
1133
|
@winrt_mixinmethod
|
|
1134
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimation) ->
|
|
1134
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimation) -> hstr: ...
|
|
1135
1135
|
@winrt_mixinmethod
|
|
1136
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimation, value:
|
|
1136
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimation, value: hstr) -> Void: ...
|
|
1137
1137
|
@winrt_classmethod
|
|
1138
1138
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1139
1139
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -1379,7 +1379,7 @@ class IConnectedAnimation(ComPtr):
|
|
|
1379
1379
|
def SetAnimationComponent(self, component: win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimationComponent, animation: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Void: ...
|
|
1380
1380
|
Configuration = property(get_Configuration, put_Configuration)
|
|
1381
1381
|
IsScaleAnimationEnabled = property(get_IsScaleAnimationEnabled, put_IsScaleAnimationEnabled)
|
|
1382
|
-
Completed = event()
|
|
1382
|
+
Completed = event(add_Completed, remove_Completed)
|
|
1383
1383
|
class IConnectedAnimationConfiguration(ComPtr):
|
|
1384
1384
|
extends: IInspectable
|
|
1385
1385
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IConnectedAnimationConfiguration'
|
|
@@ -1401,9 +1401,9 @@ class IConnectedAnimationService(ComPtr):
|
|
|
1401
1401
|
@winrt_commethod(9)
|
|
1402
1402
|
def put_DefaultEasingFunction(self, value: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
1403
1403
|
@winrt_commethod(10)
|
|
1404
|
-
def PrepareToAnimate(self, key:
|
|
1404
|
+
def PrepareToAnimate(self, key: hstr, source: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimation: ...
|
|
1405
1405
|
@winrt_commethod(11)
|
|
1406
|
-
def GetAnimation(self, key:
|
|
1406
|
+
def GetAnimation(self, key: hstr) -> win32more.Microsoft.UI.Xaml.Media.Animation.ConnectedAnimation: ...
|
|
1407
1407
|
DefaultDuration = property(get_DefaultDuration, put_DefaultDuration)
|
|
1408
1408
|
DefaultEasingFunction = property(get_DefaultEasingFunction, put_DefaultEasingFunction)
|
|
1409
1409
|
class IConnectedAnimationServiceStatics(ComPtr):
|
|
@@ -1605,9 +1605,9 @@ class IDragItemThemeAnimation(ComPtr):
|
|
|
1605
1605
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IDragItemThemeAnimation'
|
|
1606
1606
|
_iid_ = Guid('{648e690e-a2c0-58ca-b15d-db6fccc663f2}')
|
|
1607
1607
|
@winrt_commethod(6)
|
|
1608
|
-
def get_TargetName(self) ->
|
|
1608
|
+
def get_TargetName(self) -> hstr: ...
|
|
1609
1609
|
@winrt_commethod(7)
|
|
1610
|
-
def put_TargetName(self, value:
|
|
1610
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
1611
1611
|
TargetName = property(get_TargetName, put_TargetName)
|
|
1612
1612
|
class IDragItemThemeAnimationStatics(ComPtr):
|
|
1613
1613
|
extends: IInspectable
|
|
@@ -1621,9 +1621,9 @@ class IDragOverThemeAnimation(ComPtr):
|
|
|
1621
1621
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IDragOverThemeAnimation'
|
|
1622
1622
|
_iid_ = Guid('{633cd3c0-71af-52fd-993e-504e3e6f56d4}')
|
|
1623
1623
|
@winrt_commethod(6)
|
|
1624
|
-
def get_TargetName(self) ->
|
|
1624
|
+
def get_TargetName(self) -> hstr: ...
|
|
1625
1625
|
@winrt_commethod(7)
|
|
1626
|
-
def put_TargetName(self, value:
|
|
1626
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
1627
1627
|
@winrt_commethod(8)
|
|
1628
1628
|
def get_ToOffset(self) -> Double: ...
|
|
1629
1629
|
@winrt_commethod(9)
|
|
@@ -1657,17 +1657,17 @@ class IDrillInThemeAnimation(ComPtr):
|
|
|
1657
1657
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IDrillInThemeAnimation'
|
|
1658
1658
|
_iid_ = Guid('{097577e0-3027-5f24-af8c-976d9faed830}')
|
|
1659
1659
|
@winrt_commethod(6)
|
|
1660
|
-
def get_EntranceTargetName(self) ->
|
|
1660
|
+
def get_EntranceTargetName(self) -> hstr: ...
|
|
1661
1661
|
@winrt_commethod(7)
|
|
1662
|
-
def put_EntranceTargetName(self, value:
|
|
1662
|
+
def put_EntranceTargetName(self, value: hstr) -> Void: ...
|
|
1663
1663
|
@winrt_commethod(8)
|
|
1664
1664
|
def get_EntranceTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1665
1665
|
@winrt_commethod(9)
|
|
1666
1666
|
def put_EntranceTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
1667
1667
|
@winrt_commethod(10)
|
|
1668
|
-
def get_ExitTargetName(self) ->
|
|
1668
|
+
def get_ExitTargetName(self) -> hstr: ...
|
|
1669
1669
|
@winrt_commethod(11)
|
|
1670
|
-
def put_ExitTargetName(self, value:
|
|
1670
|
+
def put_ExitTargetName(self, value: hstr) -> Void: ...
|
|
1671
1671
|
@winrt_commethod(12)
|
|
1672
1672
|
def get_ExitTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1673
1673
|
@winrt_commethod(13)
|
|
@@ -1697,17 +1697,17 @@ class IDrillOutThemeAnimation(ComPtr):
|
|
|
1697
1697
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IDrillOutThemeAnimation'
|
|
1698
1698
|
_iid_ = Guid('{9a93b9cc-925f-525a-9eac-55d39db3d314}')
|
|
1699
1699
|
@winrt_commethod(6)
|
|
1700
|
-
def get_EntranceTargetName(self) ->
|
|
1700
|
+
def get_EntranceTargetName(self) -> hstr: ...
|
|
1701
1701
|
@winrt_commethod(7)
|
|
1702
|
-
def put_EntranceTargetName(self, value:
|
|
1702
|
+
def put_EntranceTargetName(self, value: hstr) -> Void: ...
|
|
1703
1703
|
@winrt_commethod(8)
|
|
1704
1704
|
def get_EntranceTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1705
1705
|
@winrt_commethod(9)
|
|
1706
1706
|
def put_EntranceTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
1707
1707
|
@winrt_commethod(10)
|
|
1708
|
-
def get_ExitTargetName(self) ->
|
|
1708
|
+
def get_ExitTargetName(self) -> hstr: ...
|
|
1709
1709
|
@winrt_commethod(11)
|
|
1710
|
-
def put_ExitTargetName(self, value:
|
|
1710
|
+
def put_ExitTargetName(self, value: hstr) -> Void: ...
|
|
1711
1711
|
@winrt_commethod(12)
|
|
1712
1712
|
def get_ExitTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1713
1713
|
@winrt_commethod(13)
|
|
@@ -1737,9 +1737,9 @@ class IDropTargetItemThemeAnimation(ComPtr):
|
|
|
1737
1737
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IDropTargetItemThemeAnimation'
|
|
1738
1738
|
_iid_ = Guid('{b97f19c0-f1e2-5705-a252-2db05d2e5a54}')
|
|
1739
1739
|
@winrt_commethod(6)
|
|
1740
|
-
def get_TargetName(self) ->
|
|
1740
|
+
def get_TargetName(self) -> hstr: ...
|
|
1741
1741
|
@winrt_commethod(7)
|
|
1742
|
-
def put_TargetName(self, value:
|
|
1742
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
1743
1743
|
TargetName = property(get_TargetName, put_TargetName)
|
|
1744
1744
|
class IDropTargetItemThemeAnimationStatics(ComPtr):
|
|
1745
1745
|
extends: IInspectable
|
|
@@ -1926,9 +1926,9 @@ class IFadeInThemeAnimation(ComPtr):
|
|
|
1926
1926
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IFadeInThemeAnimation'
|
|
1927
1927
|
_iid_ = Guid('{0dca074a-31cc-5e70-8b6b-8dbd7fff01f6}')
|
|
1928
1928
|
@winrt_commethod(6)
|
|
1929
|
-
def get_TargetName(self) ->
|
|
1929
|
+
def get_TargetName(self) -> hstr: ...
|
|
1930
1930
|
@winrt_commethod(7)
|
|
1931
|
-
def put_TargetName(self, value:
|
|
1931
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
1932
1932
|
TargetName = property(get_TargetName, put_TargetName)
|
|
1933
1933
|
class IFadeInThemeAnimationStatics(ComPtr):
|
|
1934
1934
|
extends: IInspectable
|
|
@@ -1942,9 +1942,9 @@ class IFadeOutThemeAnimation(ComPtr):
|
|
|
1942
1942
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IFadeOutThemeAnimation'
|
|
1943
1943
|
_iid_ = Guid('{114024d6-5d67-5c9c-83c5-54a8bd7b671a}')
|
|
1944
1944
|
@winrt_commethod(6)
|
|
1945
|
-
def get_TargetName(self) ->
|
|
1945
|
+
def get_TargetName(self) -> hstr: ...
|
|
1946
1946
|
@winrt_commethod(7)
|
|
1947
|
-
def put_TargetName(self, value:
|
|
1947
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
1948
1948
|
TargetName = property(get_TargetName, put_TargetName)
|
|
1949
1949
|
class IFadeOutThemeAnimationStatics(ComPtr):
|
|
1950
1950
|
extends: IInspectable
|
|
@@ -2035,9 +2035,9 @@ class INavigationTransitionInfoOverrides(ComPtr):
|
|
|
2035
2035
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoOverrides'
|
|
2036
2036
|
_iid_ = Guid('{3d6af190-5a56-513d-aff9-631925d0fa43}')
|
|
2037
2037
|
@winrt_commethod(6)
|
|
2038
|
-
def GetNavigationStateCore(self) ->
|
|
2038
|
+
def GetNavigationStateCore(self) -> hstr: ...
|
|
2039
2039
|
@winrt_commethod(7)
|
|
2040
|
-
def SetNavigationStateCore(self, navigationState:
|
|
2040
|
+
def SetNavigationStateCore(self, navigationState: hstr) -> Void: ...
|
|
2041
2041
|
class IObjectAnimationUsingKeyFrames(ComPtr):
|
|
2042
2042
|
extends: IInspectable
|
|
2043
2043
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IObjectAnimationUsingKeyFrames'
|
|
@@ -2205,9 +2205,9 @@ class IPointerDownThemeAnimation(ComPtr):
|
|
|
2205
2205
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimation'
|
|
2206
2206
|
_iid_ = Guid('{abdd1acc-40df-595d-be68-0362fe681b91}')
|
|
2207
2207
|
@winrt_commethod(6)
|
|
2208
|
-
def get_TargetName(self) ->
|
|
2208
|
+
def get_TargetName(self) -> hstr: ...
|
|
2209
2209
|
@winrt_commethod(7)
|
|
2210
|
-
def put_TargetName(self, value:
|
|
2210
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2211
2211
|
TargetName = property(get_TargetName, put_TargetName)
|
|
2212
2212
|
class IPointerDownThemeAnimationStatics(ComPtr):
|
|
2213
2213
|
extends: IInspectable
|
|
@@ -2221,9 +2221,9 @@ class IPointerUpThemeAnimation(ComPtr):
|
|
|
2221
2221
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimation'
|
|
2222
2222
|
_iid_ = Guid('{94896d1c-c938-5d68-84da-552bde815810}')
|
|
2223
2223
|
@winrt_commethod(6)
|
|
2224
|
-
def get_TargetName(self) ->
|
|
2224
|
+
def get_TargetName(self) -> hstr: ...
|
|
2225
2225
|
@winrt_commethod(7)
|
|
2226
|
-
def put_TargetName(self, value:
|
|
2226
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2227
2227
|
TargetName = property(get_TargetName, put_TargetName)
|
|
2228
2228
|
class IPointerUpThemeAnimationStatics(ComPtr):
|
|
2229
2229
|
extends: IInspectable
|
|
@@ -2237,9 +2237,9 @@ class IPopInThemeAnimation(ComPtr):
|
|
|
2237
2237
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation'
|
|
2238
2238
|
_iid_ = Guid('{20136388-b4e4-5cbb-9cb2-df2ea7e6c44b}')
|
|
2239
2239
|
@winrt_commethod(6)
|
|
2240
|
-
def get_TargetName(self) ->
|
|
2240
|
+
def get_TargetName(self) -> hstr: ...
|
|
2241
2241
|
@winrt_commethod(7)
|
|
2242
|
-
def put_TargetName(self, value:
|
|
2242
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2243
2243
|
@winrt_commethod(8)
|
|
2244
2244
|
def get_FromHorizontalOffset(self) -> Double: ...
|
|
2245
2245
|
@winrt_commethod(9)
|
|
@@ -2269,9 +2269,9 @@ class IPopOutThemeAnimation(ComPtr):
|
|
|
2269
2269
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimation'
|
|
2270
2270
|
_iid_ = Guid('{1bb20dd3-5648-541a-a0c9-37a955db10a6}')
|
|
2271
2271
|
@winrt_commethod(6)
|
|
2272
|
-
def get_TargetName(self) ->
|
|
2272
|
+
def get_TargetName(self) -> hstr: ...
|
|
2273
2273
|
@winrt_commethod(7)
|
|
2274
|
-
def put_TargetName(self, value:
|
|
2274
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2275
2275
|
TargetName = property(get_TargetName, put_TargetName)
|
|
2276
2276
|
class IPopOutThemeAnimationStatics(ComPtr):
|
|
2277
2277
|
extends: IInspectable
|
|
@@ -2362,9 +2362,9 @@ class IRepositionThemeAnimation(ComPtr):
|
|
|
2362
2362
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation'
|
|
2363
2363
|
_iid_ = Guid('{36f7e025-23c1-53de-8df9-7dc1e9c788fd}')
|
|
2364
2364
|
@winrt_commethod(6)
|
|
2365
|
-
def get_TargetName(self) ->
|
|
2365
|
+
def get_TargetName(self) -> hstr: ...
|
|
2366
2366
|
@winrt_commethod(7)
|
|
2367
|
-
def put_TargetName(self, value:
|
|
2367
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2368
2368
|
@winrt_commethod(8)
|
|
2369
2369
|
def get_FromHorizontalOffset(self) -> Double: ...
|
|
2370
2370
|
@winrt_commethod(9)
|
|
@@ -2478,25 +2478,25 @@ class ISplitCloseThemeAnimation(ComPtr):
|
|
|
2478
2478
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation'
|
|
2479
2479
|
_iid_ = Guid('{b0dd1490-f646-5c18-b3ef-02f9b17f57df}')
|
|
2480
2480
|
@winrt_commethod(6)
|
|
2481
|
-
def get_OpenedTargetName(self) ->
|
|
2481
|
+
def get_OpenedTargetName(self) -> hstr: ...
|
|
2482
2482
|
@winrt_commethod(7)
|
|
2483
|
-
def put_OpenedTargetName(self, value:
|
|
2483
|
+
def put_OpenedTargetName(self, value: hstr) -> Void: ...
|
|
2484
2484
|
@winrt_commethod(8)
|
|
2485
2485
|
def get_OpenedTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2486
2486
|
@winrt_commethod(9)
|
|
2487
2487
|
def put_OpenedTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
2488
2488
|
@winrt_commethod(10)
|
|
2489
|
-
def get_ClosedTargetName(self) ->
|
|
2489
|
+
def get_ClosedTargetName(self) -> hstr: ...
|
|
2490
2490
|
@winrt_commethod(11)
|
|
2491
|
-
def put_ClosedTargetName(self, value:
|
|
2491
|
+
def put_ClosedTargetName(self, value: hstr) -> Void: ...
|
|
2492
2492
|
@winrt_commethod(12)
|
|
2493
2493
|
def get_ClosedTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2494
2494
|
@winrt_commethod(13)
|
|
2495
2495
|
def put_ClosedTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
2496
2496
|
@winrt_commethod(14)
|
|
2497
|
-
def get_ContentTargetName(self) ->
|
|
2497
|
+
def get_ContentTargetName(self) -> hstr: ...
|
|
2498
2498
|
@winrt_commethod(15)
|
|
2499
|
-
def put_ContentTargetName(self, value:
|
|
2499
|
+
def put_ContentTargetName(self, value: hstr) -> Void: ...
|
|
2500
2500
|
@winrt_commethod(16)
|
|
2501
2501
|
def get_ContentTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2502
2502
|
@winrt_commethod(17)
|
|
@@ -2574,25 +2574,25 @@ class ISplitOpenThemeAnimation(ComPtr):
|
|
|
2574
2574
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation'
|
|
2575
2575
|
_iid_ = Guid('{79fdfaca-4245-53f0-b5c7-da1ce2b0b851}')
|
|
2576
2576
|
@winrt_commethod(6)
|
|
2577
|
-
def get_OpenedTargetName(self) ->
|
|
2577
|
+
def get_OpenedTargetName(self) -> hstr: ...
|
|
2578
2578
|
@winrt_commethod(7)
|
|
2579
|
-
def put_OpenedTargetName(self, value:
|
|
2579
|
+
def put_OpenedTargetName(self, value: hstr) -> Void: ...
|
|
2580
2580
|
@winrt_commethod(8)
|
|
2581
2581
|
def get_OpenedTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2582
2582
|
@winrt_commethod(9)
|
|
2583
2583
|
def put_OpenedTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
2584
2584
|
@winrt_commethod(10)
|
|
2585
|
-
def get_ClosedTargetName(self) ->
|
|
2585
|
+
def get_ClosedTargetName(self) -> hstr: ...
|
|
2586
2586
|
@winrt_commethod(11)
|
|
2587
|
-
def put_ClosedTargetName(self, value:
|
|
2587
|
+
def put_ClosedTargetName(self, value: hstr) -> Void: ...
|
|
2588
2588
|
@winrt_commethod(12)
|
|
2589
2589
|
def get_ClosedTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2590
2590
|
@winrt_commethod(13)
|
|
2591
2591
|
def put_ClosedTarget(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
2592
2592
|
@winrt_commethod(14)
|
|
2593
|
-
def get_ContentTargetName(self) ->
|
|
2593
|
+
def get_ContentTargetName(self) -> hstr: ...
|
|
2594
2594
|
@winrt_commethod(15)
|
|
2595
|
-
def put_ContentTargetName(self, value:
|
|
2595
|
+
def put_ContentTargetName(self, value: hstr) -> Void: ...
|
|
2596
2596
|
@winrt_commethod(16)
|
|
2597
2597
|
def get_ContentTarget(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
2598
2598
|
@winrt_commethod(17)
|
|
@@ -2697,15 +2697,15 @@ class IStoryboardStatics(ComPtr):
|
|
|
2697
2697
|
@winrt_commethod(6)
|
|
2698
2698
|
def get_TargetPropertyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
2699
2699
|
@winrt_commethod(7)
|
|
2700
|
-
def GetTargetProperty(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) ->
|
|
2700
|
+
def GetTargetProperty(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) -> hstr: ...
|
|
2701
2701
|
@winrt_commethod(8)
|
|
2702
|
-
def SetTargetProperty(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, path:
|
|
2702
|
+
def SetTargetProperty(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, path: hstr) -> Void: ...
|
|
2703
2703
|
@winrt_commethod(9)
|
|
2704
2704
|
def get_TargetNameProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
2705
2705
|
@winrt_commethod(10)
|
|
2706
|
-
def GetTargetName(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) ->
|
|
2706
|
+
def GetTargetName(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) -> hstr: ...
|
|
2707
2707
|
@winrt_commethod(11)
|
|
2708
|
-
def SetTargetName(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, name:
|
|
2708
|
+
def SetTargetName(self, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, name: hstr) -> Void: ...
|
|
2709
2709
|
@winrt_commethod(12)
|
|
2710
2710
|
def SetTarget(self, timeline: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, target: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
2711
2711
|
TargetNameProperty = property(get_TargetNameProperty, None)
|
|
@@ -2719,9 +2719,9 @@ class ISwipeBackThemeAnimation(ComPtr):
|
|
|
2719
2719
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation'
|
|
2720
2720
|
_iid_ = Guid('{f095d058-bc9e-58ee-8877-e084723b4333}')
|
|
2721
2721
|
@winrt_commethod(6)
|
|
2722
|
-
def get_TargetName(self) ->
|
|
2722
|
+
def get_TargetName(self) -> hstr: ...
|
|
2723
2723
|
@winrt_commethod(7)
|
|
2724
|
-
def put_TargetName(self, value:
|
|
2724
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2725
2725
|
@winrt_commethod(8)
|
|
2726
2726
|
def get_FromHorizontalOffset(self) -> Double: ...
|
|
2727
2727
|
@winrt_commethod(9)
|
|
@@ -2751,9 +2751,9 @@ class ISwipeHintThemeAnimation(ComPtr):
|
|
|
2751
2751
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation'
|
|
2752
2752
|
_iid_ = Guid('{09de03d7-4b8a-55e1-afad-5f60598733ea}')
|
|
2753
2753
|
@winrt_commethod(6)
|
|
2754
|
-
def get_TargetName(self) ->
|
|
2754
|
+
def get_TargetName(self) -> hstr: ...
|
|
2755
2755
|
@winrt_commethod(7)
|
|
2756
|
-
def put_TargetName(self, value:
|
|
2756
|
+
def put_TargetName(self, value: hstr) -> Void: ...
|
|
2757
2757
|
@winrt_commethod(8)
|
|
2758
2758
|
def get_ToHorizontalOffset(self) -> Double: ...
|
|
2759
2759
|
@winrt_commethod(9)
|
|
@@ -2816,7 +2816,7 @@ class ITimeline(ComPtr):
|
|
|
2816
2816
|
FillBehavior = property(get_FillBehavior, put_FillBehavior)
|
|
2817
2817
|
RepeatBehavior = property(get_RepeatBehavior, put_RepeatBehavior)
|
|
2818
2818
|
SpeedRatio = property(get_SpeedRatio, put_SpeedRatio)
|
|
2819
|
-
Completed = event()
|
|
2819
|
+
Completed = event(add_Completed, remove_Completed)
|
|
2820
2820
|
class ITimelineFactory(ComPtr):
|
|
2821
2821
|
extends: IInspectable
|
|
2822
2822
|
_classid_ = 'Microsoft.UI.Xaml.Media.Animation.ITimelineFactory'
|
|
@@ -2882,6 +2882,7 @@ class KeySpline(ComPtr):
|
|
|
2882
2882
|
ControlPoint1 = property(get_ControlPoint1, put_ControlPoint1)
|
|
2883
2883
|
ControlPoint2 = property(get_ControlPoint2, put_ControlPoint2)
|
|
2884
2884
|
class KeyTime(Structure):
|
|
2885
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.KeyTime'
|
|
2885
2886
|
TimeSpan: win32more.Windows.Foundation.TimeSpan
|
|
2886
2887
|
class KeyTimeHelper(ComPtr):
|
|
2887
2888
|
extends: IInspectable
|
|
@@ -2965,9 +2966,9 @@ class NavigationTransitionInfo(ComPtr):
|
|
|
2965
2966
|
@winrt_factorymethod
|
|
2966
2967
|
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Media.Animation.NavigationTransitionInfo: ...
|
|
2967
2968
|
@winrt_mixinmethod
|
|
2968
|
-
def GetNavigationStateCore(self: win32more.Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoOverrides) ->
|
|
2969
|
+
def GetNavigationStateCore(self: win32more.Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoOverrides) -> hstr: ...
|
|
2969
2970
|
@winrt_mixinmethod
|
|
2970
|
-
def SetNavigationStateCore(self: win32more.Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoOverrides, navigationState:
|
|
2971
|
+
def SetNavigationStateCore(self: win32more.Microsoft.UI.Xaml.Media.Animation.INavigationTransitionInfoOverrides, navigationState: hstr) -> Void: ...
|
|
2971
2972
|
class _ObjectAnimationUsingKeyFrames_Meta_(ComPtr.__class__):
|
|
2972
2973
|
pass
|
|
2973
2974
|
class ObjectAnimationUsingKeyFrames(ComPtr, metaclass=_ObjectAnimationUsingKeyFrames_Meta_):
|
|
@@ -3258,9 +3259,9 @@ class PointerDownThemeAnimation(ComPtr, metaclass=_PointerDownThemeAnimation_Met
|
|
|
3258
3259
|
@winrt_activatemethod
|
|
3259
3260
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.PointerDownThemeAnimation: ...
|
|
3260
3261
|
@winrt_mixinmethod
|
|
3261
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimation) ->
|
|
3262
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimation) -> hstr: ...
|
|
3262
3263
|
@winrt_mixinmethod
|
|
3263
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimation, value:
|
|
3264
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimation, value: hstr) -> Void: ...
|
|
3264
3265
|
@winrt_classmethod
|
|
3265
3266
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerDownThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
3266
3267
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -3281,9 +3282,9 @@ class PointerUpThemeAnimation(ComPtr, metaclass=_PointerUpThemeAnimation_Meta_):
|
|
|
3281
3282
|
@winrt_activatemethod
|
|
3282
3283
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.PointerUpThemeAnimation: ...
|
|
3283
3284
|
@winrt_mixinmethod
|
|
3284
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimation) ->
|
|
3285
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimation) -> hstr: ...
|
|
3285
3286
|
@winrt_mixinmethod
|
|
3286
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimation, value:
|
|
3287
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimation, value: hstr) -> Void: ...
|
|
3287
3288
|
@winrt_classmethod
|
|
3288
3289
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IPointerUpThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
3289
3290
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -3304,9 +3305,9 @@ class PopInThemeAnimation(ComPtr, metaclass=_PopInThemeAnimation_Meta_):
|
|
|
3304
3305
|
@winrt_activatemethod
|
|
3305
3306
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.PopInThemeAnimation: ...
|
|
3306
3307
|
@winrt_mixinmethod
|
|
3307
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation) ->
|
|
3308
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation) -> hstr: ...
|
|
3308
3309
|
@winrt_mixinmethod
|
|
3309
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation, value:
|
|
3310
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation, value: hstr) -> Void: ...
|
|
3310
3311
|
@winrt_mixinmethod
|
|
3311
3312
|
def get_FromHorizontalOffset(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopInThemeAnimation) -> Double: ...
|
|
3312
3313
|
@winrt_mixinmethod
|
|
@@ -3343,9 +3344,9 @@ class PopOutThemeAnimation(ComPtr, metaclass=_PopOutThemeAnimation_Meta_):
|
|
|
3343
3344
|
@winrt_activatemethod
|
|
3344
3345
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.PopOutThemeAnimation: ...
|
|
3345
3346
|
@winrt_mixinmethod
|
|
3346
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimation) ->
|
|
3347
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimation) -> hstr: ...
|
|
3347
3348
|
@winrt_mixinmethod
|
|
3348
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimation, value:
|
|
3349
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimation, value: hstr) -> Void: ...
|
|
3349
3350
|
@winrt_classmethod
|
|
3350
3351
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IPopOutThemeAnimationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
3351
3352
|
TargetName = property(get_TargetName, put_TargetName)
|
|
@@ -3457,6 +3458,7 @@ class ReorderThemeTransition(ComPtr):
|
|
|
3457
3458
|
@winrt_activatemethod
|
|
3458
3459
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.ReorderThemeTransition: ...
|
|
3459
3460
|
class RepeatBehavior(Structure):
|
|
3461
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.RepeatBehavior'
|
|
3460
3462
|
Count: Double
|
|
3461
3463
|
Duration: win32more.Windows.Foundation.TimeSpan
|
|
3462
3464
|
Type: win32more.Microsoft.UI.Xaml.Media.Animation.RepeatBehaviorType
|
|
@@ -3499,9 +3501,9 @@ class RepositionThemeAnimation(ComPtr, metaclass=_RepositionThemeAnimation_Meta_
|
|
|
3499
3501
|
@winrt_activatemethod
|
|
3500
3502
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.RepositionThemeAnimation: ...
|
|
3501
3503
|
@winrt_mixinmethod
|
|
3502
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation) ->
|
|
3504
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation) -> hstr: ...
|
|
3503
3505
|
@winrt_mixinmethod
|
|
3504
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation, value:
|
|
3506
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation, value: hstr) -> Void: ...
|
|
3505
3507
|
@winrt_mixinmethod
|
|
3506
3508
|
def get_FromHorizontalOffset(self: win32more.Microsoft.UI.Xaml.Media.Animation.IRepositionThemeAnimation) -> Double: ...
|
|
3507
3509
|
@winrt_mixinmethod
|
|
@@ -3670,25 +3672,25 @@ class SplitCloseThemeAnimation(ComPtr, metaclass=_SplitCloseThemeAnimation_Meta_
|
|
|
3670
3672
|
@winrt_activatemethod
|
|
3671
3673
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.SplitCloseThemeAnimation: ...
|
|
3672
3674
|
@winrt_mixinmethod
|
|
3673
|
-
def get_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) ->
|
|
3675
|
+
def get_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> hstr: ...
|
|
3674
3676
|
@winrt_mixinmethod
|
|
3675
|
-
def put_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value:
|
|
3677
|
+
def put_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value: hstr) -> Void: ...
|
|
3676
3678
|
@winrt_mixinmethod
|
|
3677
3679
|
def get_OpenedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3678
3680
|
@winrt_mixinmethod
|
|
3679
3681
|
def put_OpenedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
3680
3682
|
@winrt_mixinmethod
|
|
3681
|
-
def get_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) ->
|
|
3683
|
+
def get_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> hstr: ...
|
|
3682
3684
|
@winrt_mixinmethod
|
|
3683
|
-
def put_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value:
|
|
3685
|
+
def put_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value: hstr) -> Void: ...
|
|
3684
3686
|
@winrt_mixinmethod
|
|
3685
3687
|
def get_ClosedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3686
3688
|
@winrt_mixinmethod
|
|
3687
3689
|
def put_ClosedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
3688
3690
|
@winrt_mixinmethod
|
|
3689
|
-
def get_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) ->
|
|
3691
|
+
def get_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> hstr: ...
|
|
3690
3692
|
@winrt_mixinmethod
|
|
3691
|
-
def put_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value:
|
|
3693
|
+
def put_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation, value: hstr) -> Void: ...
|
|
3692
3694
|
@winrt_mixinmethod
|
|
3693
3695
|
def get_ContentTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitCloseThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3694
3696
|
@winrt_mixinmethod
|
|
@@ -3773,25 +3775,25 @@ class SplitOpenThemeAnimation(ComPtr, metaclass=_SplitOpenThemeAnimation_Meta_):
|
|
|
3773
3775
|
@winrt_activatemethod
|
|
3774
3776
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.SplitOpenThemeAnimation: ...
|
|
3775
3777
|
@winrt_mixinmethod
|
|
3776
|
-
def get_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) ->
|
|
3778
|
+
def get_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> hstr: ...
|
|
3777
3779
|
@winrt_mixinmethod
|
|
3778
|
-
def put_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value:
|
|
3780
|
+
def put_OpenedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value: hstr) -> Void: ...
|
|
3779
3781
|
@winrt_mixinmethod
|
|
3780
3782
|
def get_OpenedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3781
3783
|
@winrt_mixinmethod
|
|
3782
3784
|
def put_OpenedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
3783
3785
|
@winrt_mixinmethod
|
|
3784
|
-
def get_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) ->
|
|
3786
|
+
def get_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> hstr: ...
|
|
3785
3787
|
@winrt_mixinmethod
|
|
3786
|
-
def put_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value:
|
|
3788
|
+
def put_ClosedTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value: hstr) -> Void: ...
|
|
3787
3789
|
@winrt_mixinmethod
|
|
3788
3790
|
def get_ClosedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3789
3791
|
@winrt_mixinmethod
|
|
3790
3792
|
def put_ClosedTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
3791
3793
|
@winrt_mixinmethod
|
|
3792
|
-
def get_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) ->
|
|
3794
|
+
def get_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> hstr: ...
|
|
3793
3795
|
@winrt_mixinmethod
|
|
3794
|
-
def put_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value:
|
|
3796
|
+
def put_ContentTargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation, value: hstr) -> Void: ...
|
|
3795
3797
|
@winrt_mixinmethod
|
|
3796
3798
|
def get_ContentTarget(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISplitOpenThemeAnimation) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
3797
3799
|
@winrt_mixinmethod
|
|
@@ -3898,15 +3900,15 @@ class Storyboard(ComPtr, metaclass=_Storyboard_Meta_):
|
|
|
3898
3900
|
@winrt_classmethod
|
|
3899
3901
|
def get_TargetPropertyProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
3900
3902
|
@winrt_classmethod
|
|
3901
|
-
def GetTargetProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) ->
|
|
3903
|
+
def GetTargetProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) -> hstr: ...
|
|
3902
3904
|
@winrt_classmethod
|
|
3903
|
-
def SetTargetProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, path:
|
|
3905
|
+
def SetTargetProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, path: hstr) -> Void: ...
|
|
3904
3906
|
@winrt_classmethod
|
|
3905
3907
|
def get_TargetNameProperty(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
3906
3908
|
@winrt_classmethod
|
|
3907
|
-
def GetTargetName(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) ->
|
|
3909
|
+
def GetTargetName(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline) -> hstr: ...
|
|
3908
3910
|
@winrt_classmethod
|
|
3909
|
-
def SetTargetName(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, name:
|
|
3911
|
+
def SetTargetName(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, element: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, name: hstr) -> Void: ...
|
|
3910
3912
|
@winrt_classmethod
|
|
3911
3913
|
def SetTarget(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IStoryboardStatics, timeline: win32more.Microsoft.UI.Xaml.Media.Animation.Timeline, target: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
3912
3914
|
Children = property(get_Children, None)
|
|
@@ -3941,9 +3943,9 @@ class SwipeBackThemeAnimation(ComPtr, metaclass=_SwipeBackThemeAnimation_Meta_):
|
|
|
3941
3943
|
@winrt_activatemethod
|
|
3942
3944
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.SwipeBackThemeAnimation: ...
|
|
3943
3945
|
@winrt_mixinmethod
|
|
3944
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation) ->
|
|
3946
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation) -> hstr: ...
|
|
3945
3947
|
@winrt_mixinmethod
|
|
3946
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation, value:
|
|
3948
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation, value: hstr) -> Void: ...
|
|
3947
3949
|
@winrt_mixinmethod
|
|
3948
3950
|
def get_FromHorizontalOffset(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeBackThemeAnimation) -> Double: ...
|
|
3949
3951
|
@winrt_mixinmethod
|
|
@@ -3980,9 +3982,9 @@ class SwipeHintThemeAnimation(ComPtr, metaclass=_SwipeHintThemeAnimation_Meta_):
|
|
|
3980
3982
|
@winrt_activatemethod
|
|
3981
3983
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.SwipeHintThemeAnimation: ...
|
|
3982
3984
|
@winrt_mixinmethod
|
|
3983
|
-
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation) ->
|
|
3985
|
+
def get_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation) -> hstr: ...
|
|
3984
3986
|
@winrt_mixinmethod
|
|
3985
|
-
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation, value:
|
|
3987
|
+
def put_TargetName(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation, value: hstr) -> Void: ...
|
|
3986
3988
|
@winrt_mixinmethod
|
|
3987
3989
|
def get_ToHorizontalOffset(self: win32more.Microsoft.UI.Xaml.Media.Animation.ISwipeHintThemeAnimation) -> Double: ...
|
|
3988
3990
|
@winrt_mixinmethod
|
|
@@ -4075,7 +4077,7 @@ class Timeline(ComPtr, metaclass=_Timeline_Meta_):
|
|
|
4075
4077
|
_Timeline_Meta_.FillBehaviorProperty = property(get_FillBehaviorProperty, None)
|
|
4076
4078
|
_Timeline_Meta_.RepeatBehaviorProperty = property(get_RepeatBehaviorProperty, None)
|
|
4077
4079
|
_Timeline_Meta_.SpeedRatioProperty = property(get_SpeedRatioProperty, None)
|
|
4078
|
-
Completed = event()
|
|
4080
|
+
Completed = event(add_Completed, remove_Completed)
|
|
4079
4081
|
class TimelineCollection(ComPtr):
|
|
4080
4082
|
extends: IInspectable
|
|
4081
4083
|
implements: Tuple[SequenceProtocol[win32more.Microsoft.UI.Xaml.Media.Animation.Timeline]]
|