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.Graphics.DirectX
|
|
4
4
|
import win32more.Microsoft.UI.Composition
|
|
5
5
|
import win32more.Microsoft.UI.Dispatching
|
|
@@ -81,7 +81,7 @@ class AnimationPropertyInfo(ComPtr):
|
|
|
81
81
|
@winrt_mixinmethod
|
|
82
82
|
def get_AccessMode(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo) -> win32more.Microsoft.UI.Composition.AnimationPropertyAccessMode: ...
|
|
83
83
|
@winrt_mixinmethod
|
|
84
|
-
def GetResolvedCompositionObjectProperty(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo2) ->
|
|
84
|
+
def GetResolvedCompositionObjectProperty(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo2) -> hstr: ...
|
|
85
85
|
@winrt_mixinmethod
|
|
86
86
|
def GetResolvedCompositionObject(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo2) -> win32more.Microsoft.UI.Composition.CompositionObject: ...
|
|
87
87
|
@winrt_mixinmethod
|
|
@@ -187,35 +187,35 @@ class CompositionAnimation(ComPtr):
|
|
|
187
187
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionAnimation
|
|
188
188
|
_classid_ = 'Microsoft.UI.Composition.CompositionAnimation'
|
|
189
189
|
@winrt_mixinmethod
|
|
190
|
-
def SetVector4Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
190
|
+
def SetVector4Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
191
191
|
@winrt_mixinmethod
|
|
192
|
-
def get_Target(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2) ->
|
|
192
|
+
def get_Target(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2) -> hstr: ...
|
|
193
193
|
@winrt_mixinmethod
|
|
194
|
-
def put_Target(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2, value:
|
|
194
|
+
def put_Target(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2, value: hstr) -> Void: ...
|
|
195
195
|
@winrt_mixinmethod
|
|
196
196
|
def get_InitialValueExpressions(self: win32more.Microsoft.UI.Composition.ICompositionAnimation3) -> win32more.Microsoft.UI.Composition.InitialValueExpressionCollection: ...
|
|
197
197
|
@winrt_mixinmethod
|
|
198
|
-
def SetExpressionReferenceParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation4, parameterName:
|
|
198
|
+
def SetExpressionReferenceParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation4, parameterName: hstr, source: win32more.Microsoft.UI.Composition.IAnimationObject) -> Void: ...
|
|
199
199
|
@winrt_mixinmethod
|
|
200
|
-
def SetScalarParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
200
|
+
def SetScalarParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: Single) -> Void: ...
|
|
201
201
|
@winrt_mixinmethod
|
|
202
|
-
def SetReferenceParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
202
|
+
def SetReferenceParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, compositionObject: win32more.Microsoft.UI.Composition.CompositionObject) -> Void: ...
|
|
203
203
|
@winrt_mixinmethod
|
|
204
|
-
def ClearParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
204
|
+
def ClearParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr) -> Void: ...
|
|
205
205
|
@winrt_mixinmethod
|
|
206
|
-
def SetColorParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
206
|
+
def SetColorParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
207
207
|
@winrt_mixinmethod
|
|
208
|
-
def SetBooleanParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2, key:
|
|
208
|
+
def SetBooleanParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation2, key: hstr, value: Boolean) -> Void: ...
|
|
209
209
|
@winrt_mixinmethod
|
|
210
|
-
def SetMatrix3x2Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
210
|
+
def SetMatrix3x2Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Matrix3x2) -> Void: ...
|
|
211
211
|
@winrt_mixinmethod
|
|
212
|
-
def SetMatrix4x4Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
212
|
+
def SetMatrix4x4Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
213
213
|
@winrt_mixinmethod
|
|
214
|
-
def SetQuaternionParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
214
|
+
def SetQuaternionParameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Quaternion) -> Void: ...
|
|
215
215
|
@winrt_mixinmethod
|
|
216
|
-
def SetVector2Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
216
|
+
def SetVector2Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
217
217
|
@winrt_mixinmethod
|
|
218
|
-
def SetVector3Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key:
|
|
218
|
+
def SetVector3Parameter(self: win32more.Microsoft.UI.Composition.ICompositionAnimation, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
219
219
|
@winrt_mixinmethod
|
|
220
220
|
def ClearAllParameters(self: win32more.Microsoft.UI.Composition.ICompositionAnimation) -> Void: ...
|
|
221
221
|
InitialValueExpressions = property(get_InitialValueExpressions, None)
|
|
@@ -302,7 +302,7 @@ class CompositionCapabilities(ComPtr):
|
|
|
302
302
|
def add_Changed(self: win32more.Microsoft.UI.Composition.ICompositionCapabilities, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Composition.CompositionCapabilities, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
303
303
|
@winrt_mixinmethod
|
|
304
304
|
def remove_Changed(self: win32more.Microsoft.UI.Composition.ICompositionCapabilities, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
305
|
-
Changed = event()
|
|
305
|
+
Changed = event(add_Changed, remove_Changed)
|
|
306
306
|
class CompositionClip(ComPtr):
|
|
307
307
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
308
308
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionClip
|
|
@@ -417,7 +417,7 @@ class CompositionCommitBatch(ComPtr):
|
|
|
417
417
|
def get_IsEnded(self: win32more.Microsoft.UI.Composition.ICompositionCommitBatch) -> Boolean: ...
|
|
418
418
|
IsActive = property(get_IsActive, None)
|
|
419
419
|
IsEnded = property(get_IsEnded, None)
|
|
420
|
-
Completed = event()
|
|
420
|
+
Completed = event(add_Completed, remove_Completed)
|
|
421
421
|
class CompositionCompositeMode(Enum, Int32):
|
|
422
422
|
Inherit = 0
|
|
423
423
|
SourceOver = 1
|
|
@@ -494,9 +494,9 @@ class CompositionEffectBrush(ComPtr):
|
|
|
494
494
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionEffectBrush
|
|
495
495
|
_classid_ = 'Microsoft.UI.Composition.CompositionEffectBrush'
|
|
496
496
|
@winrt_mixinmethod
|
|
497
|
-
def SetSourceParameter(self: win32more.Microsoft.UI.Composition.ICompositionEffectBrush, name:
|
|
497
|
+
def SetSourceParameter(self: win32more.Microsoft.UI.Composition.ICompositionEffectBrush, name: hstr, source: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
498
498
|
@winrt_mixinmethod
|
|
499
|
-
def GetSourceParameter(self: win32more.Microsoft.UI.Composition.ICompositionEffectBrush, name:
|
|
499
|
+
def GetSourceParameter(self: win32more.Microsoft.UI.Composition.ICompositionEffectBrush, name: hstr) -> win32more.Microsoft.UI.Composition.CompositionBrush: ...
|
|
500
500
|
class CompositionEffectFactory(ComPtr):
|
|
501
501
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
502
502
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionEffectFactory
|
|
@@ -526,9 +526,9 @@ class CompositionEffectSourceParameter(ComPtr):
|
|
|
526
526
|
else:
|
|
527
527
|
raise ValueError('no matched constructor')
|
|
528
528
|
@winrt_factorymethod
|
|
529
|
-
def Create(cls: win32more.Microsoft.UI.Composition.ICompositionEffectSourceParameterFactory, name:
|
|
529
|
+
def Create(cls: win32more.Microsoft.UI.Composition.ICompositionEffectSourceParameterFactory, name: hstr) -> win32more.Microsoft.UI.Composition.CompositionEffectSourceParameter: ...
|
|
530
530
|
@winrt_mixinmethod
|
|
531
|
-
def get_Name(self: win32more.Microsoft.UI.Composition.ICompositionEffectSourceParameter) ->
|
|
531
|
+
def get_Name(self: win32more.Microsoft.UI.Composition.ICompositionEffectSourceParameter) -> hstr: ...
|
|
532
532
|
Name = property(get_Name, None)
|
|
533
533
|
class CompositionEllipseGeometry(ComPtr):
|
|
534
534
|
extends: win32more.Microsoft.UI.Composition.CompositionGeometry
|
|
@@ -662,7 +662,7 @@ class CompositionGraphicsDevice(ComPtr):
|
|
|
662
662
|
def remove_RenderingDeviceReplaced(self: win32more.Microsoft.UI.Composition.ICompositionGraphicsDevice, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
663
663
|
@winrt_mixinmethod
|
|
664
664
|
def CreateDrawingSurface2(self: win32more.Microsoft.UI.Composition.ICompositionGraphicsDevice2, sizePixels: win32more.Windows.Graphics.SizeInt32, pixelFormat: win32more.Microsoft.Graphics.DirectX.DirectXPixelFormat, alphaMode: win32more.Microsoft.Graphics.DirectX.DirectXAlphaMode) -> win32more.Microsoft.UI.Composition.CompositionDrawingSurface: ...
|
|
665
|
-
RenderingDeviceReplaced = event()
|
|
665
|
+
RenderingDeviceReplaced = event(add_RenderingDeviceReplaced, remove_RenderingDeviceReplaced)
|
|
666
666
|
class CompositionLight(ComPtr):
|
|
667
667
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
668
668
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionLight
|
|
@@ -811,17 +811,17 @@ class CompositionObject(ComPtr):
|
|
|
811
811
|
@winrt_mixinmethod
|
|
812
812
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
813
813
|
@winrt_mixinmethod
|
|
814
|
-
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositionObject2, value:
|
|
814
|
+
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositionObject2, value: hstr) -> Void: ...
|
|
815
815
|
@winrt_mixinmethod
|
|
816
|
-
def PopulatePropertyInfo(self: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName:
|
|
816
|
+
def PopulatePropertyInfo(self: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName: hstr, propertyInfo: win32more.Microsoft.UI.Composition.AnimationPropertyInfo) -> Void: ...
|
|
817
817
|
@winrt_mixinmethod
|
|
818
818
|
def get_Properties(self: win32more.Microsoft.UI.Composition.ICompositionObject) -> win32more.Microsoft.UI.Composition.CompositionPropertySet: ...
|
|
819
819
|
@winrt_mixinmethod
|
|
820
|
-
def StartAnimation(self: win32more.Microsoft.UI.Composition.ICompositionObject, propertyName:
|
|
820
|
+
def StartAnimation(self: win32more.Microsoft.UI.Composition.ICompositionObject, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Void: ...
|
|
821
821
|
@winrt_mixinmethod
|
|
822
|
-
def StopAnimation(self: win32more.Microsoft.UI.Composition.ICompositionObject, propertyName:
|
|
822
|
+
def StopAnimation(self: win32more.Microsoft.UI.Composition.ICompositionObject, propertyName: hstr) -> Void: ...
|
|
823
823
|
@winrt_mixinmethod
|
|
824
|
-
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositionObject2) ->
|
|
824
|
+
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositionObject2) -> hstr: ...
|
|
825
825
|
@winrt_mixinmethod
|
|
826
826
|
def get_Compositor(self: win32more.Microsoft.UI.Composition.ICompositionObject) -> win32more.Microsoft.UI.Composition.Compositor: ...
|
|
827
827
|
@winrt_mixinmethod
|
|
@@ -835,11 +835,11 @@ class CompositionObject(ComPtr):
|
|
|
835
835
|
@winrt_mixinmethod
|
|
836
836
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Composition.ICompositionObject3) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
837
837
|
@winrt_mixinmethod
|
|
838
|
-
def TryGetAnimationController(self: win32more.Microsoft.UI.Composition.ICompositionObject4, propertyName:
|
|
838
|
+
def TryGetAnimationController(self: win32more.Microsoft.UI.Composition.ICompositionObject4, propertyName: hstr) -> win32more.Microsoft.UI.Composition.AnimationController: ...
|
|
839
839
|
@winrt_mixinmethod
|
|
840
|
-
def StartAnimationWithController(self: win32more.Microsoft.UI.Composition.ICompositionObject5, propertyName:
|
|
840
|
+
def StartAnimationWithController(self: win32more.Microsoft.UI.Composition.ICompositionObject5, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation, animationController: win32more.Microsoft.UI.Composition.AnimationController) -> Void: ...
|
|
841
841
|
@winrt_classmethod
|
|
842
|
-
def StartAnimationWithIAnimationObject(cls: win32more.Microsoft.UI.Composition.ICompositionObjectStatics, target: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName:
|
|
842
|
+
def StartAnimationWithIAnimationObject(cls: win32more.Microsoft.UI.Composition.ICompositionObjectStatics, target: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Void: ...
|
|
843
843
|
@winrt_classmethod
|
|
844
844
|
def StartAnimationGroupWithIAnimationObject(cls: win32more.Microsoft.UI.Composition.ICompositionObjectStatics, target: win32more.Microsoft.UI.Composition.IAnimationObject, animation: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Void: ...
|
|
845
845
|
Comment = property(get_Comment, put_Comment)
|
|
@@ -970,41 +970,41 @@ class CompositionPropertySet(ComPtr):
|
|
|
970
970
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionPropertySet
|
|
971
971
|
_classid_ = 'Microsoft.UI.Composition.CompositionPropertySet'
|
|
972
972
|
@winrt_mixinmethod
|
|
973
|
-
def TryGetBoolean(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet2, propertyName:
|
|
973
|
+
def TryGetBoolean(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet2, propertyName: hstr, value: POINTER(Boolean)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
974
974
|
@winrt_mixinmethod
|
|
975
|
-
def TryGetScalar(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
975
|
+
def TryGetScalar(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(Single)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
976
976
|
@winrt_mixinmethod
|
|
977
|
-
def TryGetVector3(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
977
|
+
def TryGetVector3(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector3)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
978
978
|
@winrt_mixinmethod
|
|
979
|
-
def TryGetColor(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
979
|
+
def TryGetColor(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.UI.Color)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
980
980
|
@winrt_mixinmethod
|
|
981
|
-
def TryGetVector2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
981
|
+
def TryGetVector2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector2)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
982
982
|
@winrt_mixinmethod
|
|
983
|
-
def TryGetVector4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
983
|
+
def TryGetVector4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector4)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
984
984
|
@winrt_mixinmethod
|
|
985
|
-
def InsertBoolean(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet2, propertyName:
|
|
985
|
+
def InsertBoolean(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet2, propertyName: hstr, value: Boolean) -> Void: ...
|
|
986
986
|
@winrt_mixinmethod
|
|
987
|
-
def InsertVector2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
987
|
+
def InsertVector2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
988
988
|
@winrt_mixinmethod
|
|
989
|
-
def TryGetMatrix3x2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
989
|
+
def TryGetMatrix3x2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Matrix3x2)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
990
990
|
@winrt_mixinmethod
|
|
991
|
-
def TryGetMatrix4x4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
991
|
+
def TryGetMatrix4x4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Matrix4x4)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
992
992
|
@winrt_mixinmethod
|
|
993
|
-
def TryGetQuaternion(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
993
|
+
def TryGetQuaternion(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Quaternion)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
994
994
|
@winrt_mixinmethod
|
|
995
|
-
def InsertMatrix3x2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
995
|
+
def InsertMatrix3x2(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Matrix3x2) -> Void: ...
|
|
996
996
|
@winrt_mixinmethod
|
|
997
|
-
def InsertMatrix4x4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
997
|
+
def InsertMatrix4x4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
998
998
|
@winrt_mixinmethod
|
|
999
|
-
def InsertQuaternion(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
999
|
+
def InsertQuaternion(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Quaternion) -> Void: ...
|
|
1000
1000
|
@winrt_mixinmethod
|
|
1001
|
-
def InsertScalar(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
1001
|
+
def InsertScalar(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: Single) -> Void: ...
|
|
1002
1002
|
@winrt_mixinmethod
|
|
1003
|
-
def InsertColor(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
1003
|
+
def InsertColor(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1004
1004
|
@winrt_mixinmethod
|
|
1005
|
-
def InsertVector3(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
1005
|
+
def InsertVector3(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1006
1006
|
@winrt_mixinmethod
|
|
1007
|
-
def InsertVector4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName:
|
|
1007
|
+
def InsertVector4(self: win32more.Microsoft.UI.Composition.ICompositionPropertySet, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
1008
1008
|
class CompositionRadialGradientBrush(ComPtr):
|
|
1009
1009
|
extends: win32more.Microsoft.UI.Composition.CompositionGradientBrush
|
|
1010
1010
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionRadialGradientBrush
|
|
@@ -1077,7 +1077,7 @@ class CompositionScopedBatch(ComPtr):
|
|
|
1077
1077
|
def Suspend(self: win32more.Microsoft.UI.Composition.ICompositionScopedBatch) -> Void: ...
|
|
1078
1078
|
IsActive = property(get_IsActive, None)
|
|
1079
1079
|
IsEnded = property(get_IsEnded, None)
|
|
1080
|
-
Completed = event()
|
|
1080
|
+
Completed = event(add_Completed, remove_Completed)
|
|
1081
1081
|
class CompositionShadow(ComPtr):
|
|
1082
1082
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
1083
1083
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionShadow
|
|
@@ -1405,7 +1405,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1405
1405
|
@winrt_mixinmethod
|
|
1406
1406
|
def CreateColorKeyFrameAnimation(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.ColorKeyFrameAnimation: ...
|
|
1407
1407
|
@winrt_mixinmethod
|
|
1408
|
-
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value:
|
|
1408
|
+
def put_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5, value: hstr) -> Void: ...
|
|
1409
1409
|
@winrt_mixinmethod
|
|
1410
1410
|
def get_GlobalPlaybackRate(self: win32more.Microsoft.UI.Composition.ICompositor5) -> Single: ...
|
|
1411
1411
|
@winrt_mixinmethod
|
|
@@ -1477,7 +1477,7 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1477
1477
|
@winrt_mixinmethod
|
|
1478
1478
|
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
1479
1479
|
@winrt_mixinmethod
|
|
1480
|
-
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5) ->
|
|
1480
|
+
def get_Comment(self: win32more.Microsoft.UI.Composition.ICompositor5) -> hstr: ...
|
|
1481
1481
|
@winrt_mixinmethod
|
|
1482
1482
|
def CreateColorBrush(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.CompositionColorBrush: ...
|
|
1483
1483
|
@winrt_mixinmethod
|
|
@@ -1489,11 +1489,11 @@ class Compositor(ComPtr, metaclass=_Compositor_Meta_):
|
|
|
1489
1489
|
@winrt_mixinmethod
|
|
1490
1490
|
def CreateEffectFactory(self: win32more.Microsoft.UI.Composition.ICompositor, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect) -> win32more.Microsoft.UI.Composition.CompositionEffectFactory: ...
|
|
1491
1491
|
@winrt_mixinmethod
|
|
1492
|
-
def CreateEffectFactoryWithProperties(self: win32more.Microsoft.UI.Composition.ICompositor, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect, animatableProperties: win32more.Windows.Foundation.Collections.IIterable[
|
|
1492
|
+
def CreateEffectFactoryWithProperties(self: win32more.Microsoft.UI.Composition.ICompositor, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect, animatableProperties: win32more.Windows.Foundation.Collections.IIterable[hstr]) -> win32more.Microsoft.UI.Composition.CompositionEffectFactory: ...
|
|
1493
1493
|
@winrt_mixinmethod
|
|
1494
1494
|
def CreateExpressionAnimation(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
1495
1495
|
@winrt_mixinmethod
|
|
1496
|
-
def CreateExpressionAnimationWithExpression(self: win32more.Microsoft.UI.Composition.ICompositor, expression:
|
|
1496
|
+
def CreateExpressionAnimationWithExpression(self: win32more.Microsoft.UI.Composition.ICompositor, expression: hstr) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
1497
1497
|
@winrt_mixinmethod
|
|
1498
1498
|
def CreateInsetClip(self: win32more.Microsoft.UI.Composition.ICompositor) -> win32more.Microsoft.UI.Composition.InsetClip: ...
|
|
1499
1499
|
@winrt_mixinmethod
|
|
@@ -1670,9 +1670,9 @@ class ExpressionAnimation(ComPtr):
|
|
|
1670
1670
|
default_interface: win32more.Microsoft.UI.Composition.IExpressionAnimation
|
|
1671
1671
|
_classid_ = 'Microsoft.UI.Composition.ExpressionAnimation'
|
|
1672
1672
|
@winrt_mixinmethod
|
|
1673
|
-
def put_Expression(self: win32more.Microsoft.UI.Composition.IExpressionAnimation, value:
|
|
1673
|
+
def put_Expression(self: win32more.Microsoft.UI.Composition.IExpressionAnimation, value: hstr) -> Void: ...
|
|
1674
1674
|
@winrt_mixinmethod
|
|
1675
|
-
def get_Expression(self: win32more.Microsoft.UI.Composition.IExpressionAnimation) ->
|
|
1675
|
+
def get_Expression(self: win32more.Microsoft.UI.Composition.IExpressionAnimation) -> hstr: ...
|
|
1676
1676
|
Expression = property(get_Expression, put_Expression)
|
|
1677
1677
|
class IAmbientLight(ComPtr):
|
|
1678
1678
|
extends: IInspectable
|
|
@@ -1730,7 +1730,7 @@ class IAnimationObject(ComPtr):
|
|
|
1730
1730
|
_classid_ = 'Microsoft.UI.Composition.IAnimationObject'
|
|
1731
1731
|
_iid_ = Guid('{8f56119d-b96d-58d0-9916-d1c5e390f890}')
|
|
1732
1732
|
@winrt_commethod(6)
|
|
1733
|
-
def PopulatePropertyInfo(self, propertyName:
|
|
1733
|
+
def PopulatePropertyInfo(self, propertyName: hstr, propertyInfo: win32more.Microsoft.UI.Composition.AnimationPropertyInfo) -> Void: ...
|
|
1734
1734
|
class IAnimationPropertyInfo(ComPtr):
|
|
1735
1735
|
extends: IInspectable
|
|
1736
1736
|
_classid_ = 'Microsoft.UI.Composition.IAnimationPropertyInfo'
|
|
@@ -1747,7 +1747,7 @@ class IAnimationPropertyInfo2(ComPtr):
|
|
|
1747
1747
|
@winrt_commethod(6)
|
|
1748
1748
|
def GetResolvedCompositionObject(self) -> win32more.Microsoft.UI.Composition.CompositionObject: ...
|
|
1749
1749
|
@winrt_commethod(7)
|
|
1750
|
-
def GetResolvedCompositionObjectProperty(self) ->
|
|
1750
|
+
def GetResolvedCompositionObjectProperty(self) -> hstr: ...
|
|
1751
1751
|
class IBackEasingFunction(ComPtr):
|
|
1752
1752
|
extends: IInspectable
|
|
1753
1753
|
_classid_ = 'Microsoft.UI.Composition.IBackEasingFunction'
|
|
@@ -1846,35 +1846,35 @@ class ICompositionAnimation(ComPtr):
|
|
|
1846
1846
|
@winrt_commethod(6)
|
|
1847
1847
|
def ClearAllParameters(self) -> Void: ...
|
|
1848
1848
|
@winrt_commethod(7)
|
|
1849
|
-
def ClearParameter(self, key:
|
|
1849
|
+
def ClearParameter(self, key: hstr) -> Void: ...
|
|
1850
1850
|
@winrt_commethod(8)
|
|
1851
|
-
def SetColorParameter(self, key:
|
|
1851
|
+
def SetColorParameter(self, key: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
1852
1852
|
@winrt_commethod(9)
|
|
1853
|
-
def SetMatrix3x2Parameter(self, key:
|
|
1853
|
+
def SetMatrix3x2Parameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Matrix3x2) -> Void: ...
|
|
1854
1854
|
@winrt_commethod(10)
|
|
1855
|
-
def SetMatrix4x4Parameter(self, key:
|
|
1855
|
+
def SetMatrix4x4Parameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
1856
1856
|
@winrt_commethod(11)
|
|
1857
|
-
def SetQuaternionParameter(self, key:
|
|
1857
|
+
def SetQuaternionParameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Quaternion) -> Void: ...
|
|
1858
1858
|
@winrt_commethod(12)
|
|
1859
|
-
def SetReferenceParameter(self, key:
|
|
1859
|
+
def SetReferenceParameter(self, key: hstr, compositionObject: win32more.Microsoft.UI.Composition.CompositionObject) -> Void: ...
|
|
1860
1860
|
@winrt_commethod(13)
|
|
1861
|
-
def SetScalarParameter(self, key:
|
|
1861
|
+
def SetScalarParameter(self, key: hstr, value: Single) -> Void: ...
|
|
1862
1862
|
@winrt_commethod(14)
|
|
1863
|
-
def SetVector2Parameter(self, key:
|
|
1863
|
+
def SetVector2Parameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
1864
1864
|
@winrt_commethod(15)
|
|
1865
|
-
def SetVector3Parameter(self, key:
|
|
1865
|
+
def SetVector3Parameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
1866
1866
|
@winrt_commethod(16)
|
|
1867
|
-
def SetVector4Parameter(self, key:
|
|
1867
|
+
def SetVector4Parameter(self, key: hstr, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
1868
1868
|
class ICompositionAnimation2(ComPtr):
|
|
1869
1869
|
extends: IInspectable
|
|
1870
1870
|
_classid_ = 'Microsoft.UI.Composition.ICompositionAnimation2'
|
|
1871
1871
|
_iid_ = Guid('{0926eb58-8965-5c74-bdac-852ebb5e8542}')
|
|
1872
1872
|
@winrt_commethod(6)
|
|
1873
|
-
def SetBooleanParameter(self, key:
|
|
1873
|
+
def SetBooleanParameter(self, key: hstr, value: Boolean) -> Void: ...
|
|
1874
1874
|
@winrt_commethod(7)
|
|
1875
|
-
def get_Target(self) ->
|
|
1875
|
+
def get_Target(self) -> hstr: ...
|
|
1876
1876
|
@winrt_commethod(8)
|
|
1877
|
-
def put_Target(self, value:
|
|
1877
|
+
def put_Target(self, value: hstr) -> Void: ...
|
|
1878
1878
|
Target = property(get_Target, put_Target)
|
|
1879
1879
|
class ICompositionAnimation3(ComPtr):
|
|
1880
1880
|
extends: IInspectable
|
|
@@ -1888,7 +1888,7 @@ class ICompositionAnimation4(ComPtr):
|
|
|
1888
1888
|
_classid_ = 'Microsoft.UI.Composition.ICompositionAnimation4'
|
|
1889
1889
|
_iid_ = Guid('{c4101447-dfe4-597f-b5bc-96443f5d18a1}')
|
|
1890
1890
|
@winrt_commethod(6)
|
|
1891
|
-
def SetExpressionReferenceParameter(self, parameterName:
|
|
1891
|
+
def SetExpressionReferenceParameter(self, parameterName: hstr, source: win32more.Microsoft.UI.Composition.IAnimationObject) -> Void: ...
|
|
1892
1892
|
class ICompositionAnimationBase(ComPtr):
|
|
1893
1893
|
extends: IInspectable
|
|
1894
1894
|
_classid_ = 'Microsoft.UI.Composition.ICompositionAnimationBase'
|
|
@@ -1945,7 +1945,7 @@ class ICompositionCapabilities(ComPtr):
|
|
|
1945
1945
|
def add_Changed(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Composition.CompositionCapabilities, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1946
1946
|
@winrt_commethod(9)
|
|
1947
1947
|
def remove_Changed(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1948
|
-
Changed = event()
|
|
1948
|
+
Changed = event(add_Changed, remove_Changed)
|
|
1949
1949
|
class ICompositionClip(ComPtr):
|
|
1950
1950
|
extends: IInspectable
|
|
1951
1951
|
_classid_ = 'Microsoft.UI.Composition.ICompositionClip'
|
|
@@ -2034,7 +2034,7 @@ class ICompositionCommitBatch(ComPtr):
|
|
|
2034
2034
|
def remove_Completed(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
2035
2035
|
IsActive = property(get_IsActive, None)
|
|
2036
2036
|
IsEnded = property(get_IsEnded, None)
|
|
2037
|
-
Completed = event()
|
|
2037
|
+
Completed = event(add_Completed, remove_Completed)
|
|
2038
2038
|
class ICompositionContainerShape(ComPtr):
|
|
2039
2039
|
extends: IInspectable
|
|
2040
2040
|
_classid_ = 'Microsoft.UI.Composition.ICompositionContainerShape'
|
|
@@ -2115,9 +2115,9 @@ class ICompositionEffectBrush(ComPtr):
|
|
|
2115
2115
|
_classid_ = 'Microsoft.UI.Composition.ICompositionEffectBrush'
|
|
2116
2116
|
_iid_ = Guid('{62e0bbab-1f45-5a44-9ddf-f0c38a02ed85}')
|
|
2117
2117
|
@winrt_commethod(6)
|
|
2118
|
-
def GetSourceParameter(self, name:
|
|
2118
|
+
def GetSourceParameter(self, name: hstr) -> win32more.Microsoft.UI.Composition.CompositionBrush: ...
|
|
2119
2119
|
@winrt_commethod(7)
|
|
2120
|
-
def SetSourceParameter(self, name:
|
|
2120
|
+
def SetSourceParameter(self, name: hstr, source: win32more.Microsoft.UI.Composition.CompositionBrush) -> Void: ...
|
|
2121
2121
|
class ICompositionEffectFactory(ComPtr):
|
|
2122
2122
|
extends: IInspectable
|
|
2123
2123
|
_classid_ = 'Microsoft.UI.Composition.ICompositionEffectFactory'
|
|
@@ -2135,14 +2135,14 @@ class ICompositionEffectSourceParameter(ComPtr):
|
|
|
2135
2135
|
_classid_ = 'Microsoft.UI.Composition.ICompositionEffectSourceParameter'
|
|
2136
2136
|
_iid_ = Guid('{bece3367-5704-59f7-be8c-d6293af9c95f}')
|
|
2137
2137
|
@winrt_commethod(6)
|
|
2138
|
-
def get_Name(self) ->
|
|
2138
|
+
def get_Name(self) -> hstr: ...
|
|
2139
2139
|
Name = property(get_Name, None)
|
|
2140
2140
|
class ICompositionEffectSourceParameterFactory(ComPtr):
|
|
2141
2141
|
extends: IInspectable
|
|
2142
2142
|
_classid_ = 'Microsoft.UI.Composition.ICompositionEffectSourceParameterFactory'
|
|
2143
2143
|
_iid_ = Guid('{26185954-4489-5d0e-ae4d-7bc4bbbc6161}')
|
|
2144
2144
|
@winrt_commethod(6)
|
|
2145
|
-
def Create(self, name:
|
|
2145
|
+
def Create(self, name: hstr) -> win32more.Microsoft.UI.Composition.CompositionEffectSourceParameter: ...
|
|
2146
2146
|
class ICompositionEllipseGeometry(ComPtr):
|
|
2147
2147
|
extends: IInspectable
|
|
2148
2148
|
_classid_ = 'Microsoft.UI.Composition.ICompositionEllipseGeometry'
|
|
@@ -2269,7 +2269,7 @@ class ICompositionGraphicsDevice(ComPtr):
|
|
|
2269
2269
|
def add_RenderingDeviceReplaced(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Composition.CompositionGraphicsDevice, win32more.Microsoft.UI.Composition.RenderingDeviceReplacedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
2270
2270
|
@winrt_commethod(8)
|
|
2271
2271
|
def remove_RenderingDeviceReplaced(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
2272
|
-
RenderingDeviceReplaced = event()
|
|
2272
|
+
RenderingDeviceReplaced = event(add_RenderingDeviceReplaced, remove_RenderingDeviceReplaced)
|
|
2273
2273
|
class ICompositionGraphicsDevice2(ComPtr):
|
|
2274
2274
|
extends: IInspectable
|
|
2275
2275
|
_classid_ = 'Microsoft.UI.Composition.ICompositionGraphicsDevice2'
|
|
@@ -2450,9 +2450,9 @@ class ICompositionObject(ComPtr):
|
|
|
2450
2450
|
@winrt_commethod(7)
|
|
2451
2451
|
def get_Properties(self) -> win32more.Microsoft.UI.Composition.CompositionPropertySet: ...
|
|
2452
2452
|
@winrt_commethod(8)
|
|
2453
|
-
def StartAnimation(self, propertyName:
|
|
2453
|
+
def StartAnimation(self, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Void: ...
|
|
2454
2454
|
@winrt_commethod(9)
|
|
2455
|
-
def StopAnimation(self, propertyName:
|
|
2455
|
+
def StopAnimation(self, propertyName: hstr) -> Void: ...
|
|
2456
2456
|
Compositor = property(get_Compositor, None)
|
|
2457
2457
|
Properties = property(get_Properties, None)
|
|
2458
2458
|
class ICompositionObject2(ComPtr):
|
|
@@ -2460,9 +2460,9 @@ class ICompositionObject2(ComPtr):
|
|
|
2460
2460
|
_classid_ = 'Microsoft.UI.Composition.ICompositionObject2'
|
|
2461
2461
|
_iid_ = Guid('{bcbbfebf-799c-51ce-9c82-b6e49e7e62e1}')
|
|
2462
2462
|
@winrt_commethod(6)
|
|
2463
|
-
def get_Comment(self) ->
|
|
2463
|
+
def get_Comment(self) -> hstr: ...
|
|
2464
2464
|
@winrt_commethod(7)
|
|
2465
|
-
def put_Comment(self, value:
|
|
2465
|
+
def put_Comment(self, value: hstr) -> Void: ...
|
|
2466
2466
|
@winrt_commethod(8)
|
|
2467
2467
|
def get_ImplicitAnimations(self) -> win32more.Microsoft.UI.Composition.ImplicitAnimationCollection: ...
|
|
2468
2468
|
@winrt_commethod(9)
|
|
@@ -2485,13 +2485,13 @@ class ICompositionObject4(ComPtr):
|
|
|
2485
2485
|
_classid_ = 'Microsoft.UI.Composition.ICompositionObject4'
|
|
2486
2486
|
_iid_ = Guid('{029ad57c-5497-51f3-8b40-e4e235992c6f}')
|
|
2487
2487
|
@winrt_commethod(6)
|
|
2488
|
-
def TryGetAnimationController(self, propertyName:
|
|
2488
|
+
def TryGetAnimationController(self, propertyName: hstr) -> win32more.Microsoft.UI.Composition.AnimationController: ...
|
|
2489
2489
|
class ICompositionObject5(ComPtr):
|
|
2490
2490
|
extends: IInspectable
|
|
2491
2491
|
_classid_ = 'Microsoft.UI.Composition.ICompositionObject5'
|
|
2492
2492
|
_iid_ = Guid('{85fd26d1-bb99-5392-9dce-a05cb81458a5}')
|
|
2493
2493
|
@winrt_commethod(6)
|
|
2494
|
-
def StartAnimationWithController(self, propertyName:
|
|
2494
|
+
def StartAnimationWithController(self, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation, animationController: win32more.Microsoft.UI.Composition.AnimationController) -> Void: ...
|
|
2495
2495
|
class ICompositionObjectFactory(ComPtr):
|
|
2496
2496
|
extends: IInspectable
|
|
2497
2497
|
_classid_ = 'Microsoft.UI.Composition.ICompositionObjectFactory'
|
|
@@ -2501,7 +2501,7 @@ class ICompositionObjectStatics(ComPtr):
|
|
|
2501
2501
|
_classid_ = 'Microsoft.UI.Composition.ICompositionObjectStatics'
|
|
2502
2502
|
_iid_ = Guid('{a091356c-38ae-514c-9b58-ad5c8c7936ad}')
|
|
2503
2503
|
@winrt_commethod(6)
|
|
2504
|
-
def StartAnimationWithIAnimationObject(self, target: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName:
|
|
2504
|
+
def StartAnimationWithIAnimationObject(self, target: win32more.Microsoft.UI.Composition.IAnimationObject, propertyName: hstr, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Void: ...
|
|
2505
2505
|
@winrt_commethod(7)
|
|
2506
2506
|
def StartAnimationGroupWithIAnimationObject(self, target: win32more.Microsoft.UI.Composition.IAnimationObject, animation: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Void: ...
|
|
2507
2507
|
class ICompositionPath(ComPtr):
|
|
@@ -2620,45 +2620,45 @@ class ICompositionPropertySet(ComPtr):
|
|
|
2620
2620
|
_classid_ = 'Microsoft.UI.Composition.ICompositionPropertySet'
|
|
2621
2621
|
_iid_ = Guid('{97f7a17b-97be-5545-9f1c-0b9d44577f57}')
|
|
2622
2622
|
@winrt_commethod(6)
|
|
2623
|
-
def InsertColor(self, propertyName:
|
|
2623
|
+
def InsertColor(self, propertyName: hstr, value: win32more.Windows.UI.Color) -> Void: ...
|
|
2624
2624
|
@winrt_commethod(7)
|
|
2625
|
-
def InsertMatrix3x2(self, propertyName:
|
|
2625
|
+
def InsertMatrix3x2(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Matrix3x2) -> Void: ...
|
|
2626
2626
|
@winrt_commethod(8)
|
|
2627
|
-
def InsertMatrix4x4(self, propertyName:
|
|
2627
|
+
def InsertMatrix4x4(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Matrix4x4) -> Void: ...
|
|
2628
2628
|
@winrt_commethod(9)
|
|
2629
|
-
def InsertQuaternion(self, propertyName:
|
|
2629
|
+
def InsertQuaternion(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Quaternion) -> Void: ...
|
|
2630
2630
|
@winrt_commethod(10)
|
|
2631
|
-
def InsertScalar(self, propertyName:
|
|
2631
|
+
def InsertScalar(self, propertyName: hstr, value: Single) -> Void: ...
|
|
2632
2632
|
@winrt_commethod(11)
|
|
2633
|
-
def InsertVector2(self, propertyName:
|
|
2633
|
+
def InsertVector2(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector2) -> Void: ...
|
|
2634
2634
|
@winrt_commethod(12)
|
|
2635
|
-
def InsertVector3(self, propertyName:
|
|
2635
|
+
def InsertVector3(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
2636
2636
|
@winrt_commethod(13)
|
|
2637
|
-
def InsertVector4(self, propertyName:
|
|
2637
|
+
def InsertVector4(self, propertyName: hstr, value: win32more.Windows.Foundation.Numerics.Vector4) -> Void: ...
|
|
2638
2638
|
@winrt_commethod(14)
|
|
2639
|
-
def TryGetColor(self, propertyName:
|
|
2639
|
+
def TryGetColor(self, propertyName: hstr, value: POINTER(win32more.Windows.UI.Color)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2640
2640
|
@winrt_commethod(15)
|
|
2641
|
-
def TryGetMatrix3x2(self, propertyName:
|
|
2641
|
+
def TryGetMatrix3x2(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Matrix3x2)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2642
2642
|
@winrt_commethod(16)
|
|
2643
|
-
def TryGetMatrix4x4(self, propertyName:
|
|
2643
|
+
def TryGetMatrix4x4(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Matrix4x4)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2644
2644
|
@winrt_commethod(17)
|
|
2645
|
-
def TryGetQuaternion(self, propertyName:
|
|
2645
|
+
def TryGetQuaternion(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Quaternion)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2646
2646
|
@winrt_commethod(18)
|
|
2647
|
-
def TryGetScalar(self, propertyName:
|
|
2647
|
+
def TryGetScalar(self, propertyName: hstr, value: POINTER(Single)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2648
2648
|
@winrt_commethod(19)
|
|
2649
|
-
def TryGetVector2(self, propertyName:
|
|
2649
|
+
def TryGetVector2(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector2)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2650
2650
|
@winrt_commethod(20)
|
|
2651
|
-
def TryGetVector3(self, propertyName:
|
|
2651
|
+
def TryGetVector3(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector3)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2652
2652
|
@winrt_commethod(21)
|
|
2653
|
-
def TryGetVector4(self, propertyName:
|
|
2653
|
+
def TryGetVector4(self, propertyName: hstr, value: POINTER(win32more.Windows.Foundation.Numerics.Vector4)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2654
2654
|
class ICompositionPropertySet2(ComPtr):
|
|
2655
2655
|
extends: IInspectable
|
|
2656
2656
|
_classid_ = 'Microsoft.UI.Composition.ICompositionPropertySet2'
|
|
2657
2657
|
_iid_ = Guid('{3db6d621-3497-55e4-95bf-8ae5e7c34c33}')
|
|
2658
2658
|
@winrt_commethod(6)
|
|
2659
|
-
def InsertBoolean(self, propertyName:
|
|
2659
|
+
def InsertBoolean(self, propertyName: hstr, value: Boolean) -> Void: ...
|
|
2660
2660
|
@winrt_commethod(7)
|
|
2661
|
-
def TryGetBoolean(self, propertyName:
|
|
2661
|
+
def TryGetBoolean(self, propertyName: hstr, value: POINTER(Boolean)) -> win32more.Microsoft.UI.Composition.CompositionGetValueStatus: ...
|
|
2662
2662
|
class ICompositionRadialGradientBrush(ComPtr):
|
|
2663
2663
|
extends: IInspectable
|
|
2664
2664
|
_classid_ = 'Microsoft.UI.Composition.ICompositionRadialGradientBrush'
|
|
@@ -2731,7 +2731,7 @@ class ICompositionScopedBatch(ComPtr):
|
|
|
2731
2731
|
def remove_Completed(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
2732
2732
|
IsActive = property(get_IsActive, None)
|
|
2733
2733
|
IsEnded = property(get_IsEnded, None)
|
|
2734
|
-
Completed = event()
|
|
2734
|
+
Completed = event(add_Completed, remove_Completed)
|
|
2735
2735
|
class ICompositionShadow(ComPtr):
|
|
2736
2736
|
extends: IInspectable
|
|
2737
2737
|
_classid_ = 'Microsoft.UI.Composition.ICompositionShadow'
|
|
@@ -3019,11 +3019,11 @@ class ICompositor(ComPtr):
|
|
|
3019
3019
|
@winrt_commethod(11)
|
|
3020
3020
|
def CreateEffectFactory(self, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect) -> win32more.Microsoft.UI.Composition.CompositionEffectFactory: ...
|
|
3021
3021
|
@winrt_commethod(12)
|
|
3022
|
-
def CreateEffectFactoryWithProperties(self, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect, animatableProperties: win32more.Windows.Foundation.Collections.IIterable[
|
|
3022
|
+
def CreateEffectFactoryWithProperties(self, graphicsEffect: win32more.Windows.Graphics.Effects.IGraphicsEffect, animatableProperties: win32more.Windows.Foundation.Collections.IIterable[hstr]) -> win32more.Microsoft.UI.Composition.CompositionEffectFactory: ...
|
|
3023
3023
|
@winrt_commethod(13)
|
|
3024
3024
|
def CreateExpressionAnimation(self) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
3025
3025
|
@winrt_commethod(14)
|
|
3026
|
-
def CreateExpressionAnimationWithExpression(self, expression:
|
|
3026
|
+
def CreateExpressionAnimationWithExpression(self, expression: hstr) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
3027
3027
|
@winrt_commethod(15)
|
|
3028
3028
|
def CreateInsetClip(self) -> win32more.Microsoft.UI.Composition.InsetClip: ...
|
|
3029
3029
|
@winrt_commethod(16)
|
|
@@ -3103,9 +3103,9 @@ class ICompositor5(ComPtr):
|
|
|
3103
3103
|
_classid_ = 'Microsoft.UI.Composition.ICompositor5'
|
|
3104
3104
|
_iid_ = Guid('{bb52d644-a030-5c19-b883-577ded739ae7}')
|
|
3105
3105
|
@winrt_commethod(6)
|
|
3106
|
-
def get_Comment(self) ->
|
|
3106
|
+
def get_Comment(self) -> hstr: ...
|
|
3107
3107
|
@winrt_commethod(7)
|
|
3108
|
-
def put_Comment(self, value:
|
|
3108
|
+
def put_Comment(self, value: hstr) -> Void: ...
|
|
3109
3109
|
@winrt_commethod(8)
|
|
3110
3110
|
def get_GlobalPlaybackRate(self) -> Single: ...
|
|
3111
3111
|
@winrt_commethod(9)
|
|
@@ -3326,9 +3326,9 @@ class IExpressionAnimation(ComPtr):
|
|
|
3326
3326
|
_classid_ = 'Microsoft.UI.Composition.IExpressionAnimation'
|
|
3327
3327
|
_iid_ = Guid('{7fff5826-1992-56c0-9060-5ade561a4f2d}')
|
|
3328
3328
|
@winrt_commethod(6)
|
|
3329
|
-
def get_Expression(self) ->
|
|
3329
|
+
def get_Expression(self) -> hstr: ...
|
|
3330
3330
|
@winrt_commethod(7)
|
|
3331
|
-
def put_Expression(self, value:
|
|
3331
|
+
def put_Expression(self, value: hstr) -> Void: ...
|
|
3332
3332
|
Expression = property(get_Expression, put_Expression)
|
|
3333
3333
|
class IImplicitAnimationCollection(ComPtr):
|
|
3334
3334
|
extends: IInspectable
|
|
@@ -3385,9 +3385,9 @@ class IKeyFrameAnimation(ComPtr):
|
|
|
3385
3385
|
@winrt_commethod(16)
|
|
3386
3386
|
def put_StopBehavior(self, value: win32more.Microsoft.UI.Composition.AnimationStopBehavior) -> Void: ...
|
|
3387
3387
|
@winrt_commethod(17)
|
|
3388
|
-
def InsertExpressionKeyFrame(self, normalizedProgressKey: Single, value:
|
|
3388
|
+
def InsertExpressionKeyFrame(self, normalizedProgressKey: Single, value: hstr) -> Void: ...
|
|
3389
3389
|
@winrt_commethod(18)
|
|
3390
|
-
def InsertExpressionKeyFrameWithEasingFunction(self, normalizedProgressKey: Single, value:
|
|
3390
|
+
def InsertExpressionKeyFrameWithEasingFunction(self, normalizedProgressKey: Single, value: hstr, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
3391
3391
|
DelayTime = property(get_DelayTime, put_DelayTime)
|
|
3392
3392
|
Duration = property(get_Duration, put_Duration)
|
|
3393
3393
|
IterationBehavior = property(get_IterationBehavior, put_IterationBehavior)
|
|
@@ -4077,47 +4077,47 @@ class IVisualUnorderedCollection(ComPtr):
|
|
|
4077
4077
|
Count = property(get_Count, None)
|
|
4078
4078
|
class ImplicitAnimationCollection(ComPtr):
|
|
4079
4079
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
4080
|
-
implements: Tuple[MappingProtocol[
|
|
4080
|
+
implements: Tuple[MappingProtocol[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]
|
|
4081
4081
|
default_interface: win32more.Microsoft.UI.Composition.IImplicitAnimationCollection
|
|
4082
4082
|
_classid_ = 'Microsoft.UI.Composition.ImplicitAnimationCollection'
|
|
4083
4083
|
@winrt_mixinmethod
|
|
4084
|
-
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
4084
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]]: ...
|
|
4085
4085
|
@winrt_mixinmethod
|
|
4086
|
-
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4086
|
+
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> win32more.Microsoft.UI.Composition.ICompositionAnimationBase: ...
|
|
4087
4087
|
@winrt_mixinmethod
|
|
4088
|
-
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4088
|
+
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> UInt32: ...
|
|
4089
4089
|
@winrt_mixinmethod
|
|
4090
|
-
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4090
|
+
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Boolean: ...
|
|
4091
4091
|
@winrt_mixinmethod
|
|
4092
|
-
def GetView(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4092
|
+
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]: ...
|
|
4093
4093
|
@winrt_mixinmethod
|
|
4094
|
-
def Insert(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4094
|
+
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr, value: win32more.Microsoft.UI.Composition.ICompositionAnimationBase) -> Boolean: ...
|
|
4095
4095
|
@winrt_mixinmethod
|
|
4096
|
-
def Remove(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4096
|
+
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase], key: hstr) -> Void: ...
|
|
4097
4097
|
@winrt_mixinmethod
|
|
4098
|
-
def Clear(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4098
|
+
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Microsoft.UI.Composition.ICompositionAnimationBase]) -> Void: ...
|
|
4099
4099
|
Size = property(get_Size, None)
|
|
4100
4100
|
class InitialValueExpressionCollection(ComPtr):
|
|
4101
4101
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
4102
|
-
implements: Tuple[MappingProtocol[
|
|
4103
|
-
default_interface: win32more.Windows.Foundation.Collections.IMap[
|
|
4102
|
+
implements: Tuple[MappingProtocol[hstr, hstr]]
|
|
4103
|
+
default_interface: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]
|
|
4104
4104
|
_classid_ = 'Microsoft.UI.Composition.InitialValueExpressionCollection'
|
|
4105
4105
|
@winrt_mixinmethod
|
|
4106
|
-
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4106
|
+
def get_Size(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> UInt32: ...
|
|
4107
4107
|
@winrt_mixinmethod
|
|
4108
|
-
def Insert(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4108
|
+
def Insert(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr, value: hstr) -> Boolean: ...
|
|
4109
4109
|
@winrt_mixinmethod
|
|
4110
|
-
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4110
|
+
def HasKey(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Boolean: ...
|
|
4111
4111
|
@winrt_mixinmethod
|
|
4112
|
-
def GetView(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4112
|
+
def GetView(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
4113
4113
|
@winrt_mixinmethod
|
|
4114
|
-
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4114
|
+
def Lookup(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> hstr: ...
|
|
4115
4115
|
@winrt_mixinmethod
|
|
4116
|
-
def Remove(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4116
|
+
def Remove(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr], key: hstr) -> Void: ...
|
|
4117
4117
|
@winrt_mixinmethod
|
|
4118
|
-
def Clear(self: win32more.Windows.Foundation.Collections.IMap[
|
|
4118
|
+
def Clear(self: win32more.Windows.Foundation.Collections.IMap[hstr, hstr]) -> Void: ...
|
|
4119
4119
|
@winrt_mixinmethod
|
|
4120
|
-
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
4120
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, hstr]]: ...
|
|
4121
4121
|
Size = property(get_Size, None)
|
|
4122
4122
|
class InsetClip(ComPtr):
|
|
4123
4123
|
extends: win32more.Microsoft.UI.Composition.CompositionClip
|
|
@@ -4152,7 +4152,7 @@ class KeyFrameAnimation(ComPtr):
|
|
|
4152
4152
|
@winrt_mixinmethod
|
|
4153
4153
|
def put_StopBehavior(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation, value: win32more.Microsoft.UI.Composition.AnimationStopBehavior) -> Void: ...
|
|
4154
4154
|
@winrt_mixinmethod
|
|
4155
|
-
def InsertExpressionKeyFrame(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation, normalizedProgressKey: Single, value:
|
|
4155
|
+
def InsertExpressionKeyFrame(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation, normalizedProgressKey: Single, value: hstr) -> Void: ...
|
|
4156
4156
|
@winrt_mixinmethod
|
|
4157
4157
|
def put_DelayBehavior(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation3, value: win32more.Microsoft.UI.Composition.AnimationDelayBehavior) -> Void: ...
|
|
4158
4158
|
@winrt_mixinmethod
|
|
@@ -4174,7 +4174,7 @@ class KeyFrameAnimation(ComPtr):
|
|
|
4174
4174
|
@winrt_mixinmethod
|
|
4175
4175
|
def get_DelayTime(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation) -> win32more.Windows.Foundation.TimeSpan: ...
|
|
4176
4176
|
@winrt_mixinmethod
|
|
4177
|
-
def InsertExpressionKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation, normalizedProgressKey: Single, value:
|
|
4177
|
+
def InsertExpressionKeyFrameWithEasingFunction(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation, normalizedProgressKey: Single, value: hstr, easingFunction: win32more.Microsoft.UI.Composition.CompositionEasingFunction) -> Void: ...
|
|
4178
4178
|
@winrt_mixinmethod
|
|
4179
4179
|
def get_Direction(self: win32more.Microsoft.UI.Composition.IKeyFrameAnimation2) -> win32more.Microsoft.UI.Composition.AnimationDirection: ...
|
|
4180
4180
|
@winrt_mixinmethod
|