win32more-Microsoft.WindowsAppSDK 0.7.1.7.251107005__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +1 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +2 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +7 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/__init__.py +21 -0
- win32more/Microsoft/UI/Content/__init__.py +14 -10
- win32more/Microsoft/UI/Dispatching/__init__.py +2 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +2 -0
- win32more/Microsoft/UI/Input/__init__.py +55 -41
- win32more/Microsoft/UI/Text/__init__.py +25 -0
- win32more/Microsoft/UI/Windowing/__init__.py +8 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +95 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +39 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +1 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +3 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +241 -1
- win32more/Microsoft/Windows/AI/__init__.py +2 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +6 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +3 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +2 -4
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +2 -24
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +5 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +1 -0
- win32more/appsdk/versioninfo.py +2 -2
- 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.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +4 -2
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +0 -81
|
@@ -1378,6 +1378,7 @@ class LineBreak(ComPtr):
|
|
|
1378
1378
|
@winrt_activatemethod
|
|
1379
1379
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Documents.LineBreak: ...
|
|
1380
1380
|
class LogicalDirection(Enum, Int32):
|
|
1381
|
+
_name_ = 'Microsoft.UI.Xaml.Documents.LogicalDirection'
|
|
1381
1382
|
Backward = 0
|
|
1382
1383
|
Forward = 1
|
|
1383
1384
|
class _Paragraph_Meta_(ComPtr.__class__):
|
|
@@ -2024,6 +2025,7 @@ class Underline(ComPtr):
|
|
|
2024
2025
|
@winrt_activatemethod
|
|
2025
2026
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Documents.Underline: ...
|
|
2026
2027
|
class UnderlineStyle(Enum, Int32):
|
|
2028
|
+
_name_ = 'Microsoft.UI.Xaml.Documents.UnderlineStyle'
|
|
2027
2029
|
None_ = 0
|
|
2028
2030
|
Single = 1
|
|
2029
2031
|
|
|
@@ -270,6 +270,7 @@ class XamlShutdownCompletedOnThreadEventArgs(ComPtr):
|
|
|
270
270
|
@winrt_mixinmethod
|
|
271
271
|
def GetDispatcherQueueDeferral(self: win32more.Microsoft.UI.Xaml.Hosting.IXamlShutdownCompletedOnThreadEventArgs) -> win32more.Windows.Foundation.Deferral: ...
|
|
272
272
|
class XamlSourceFocusNavigationReason(Enum, Int32):
|
|
273
|
+
_name_ = 'Microsoft.UI.Xaml.Hosting.XamlSourceFocusNavigationReason'
|
|
273
274
|
Programmatic = 0
|
|
274
275
|
Restore = 1
|
|
275
276
|
First = 3
|
|
@@ -194,6 +194,7 @@ class FindNextElementOptions(ComPtr):
|
|
|
194
194
|
SearchRoot = property(get_SearchRoot, put_SearchRoot)
|
|
195
195
|
XYFocusNavigationStrategyOverride = property(get_XYFocusNavigationStrategyOverride, put_XYFocusNavigationStrategyOverride)
|
|
196
196
|
class FocusInputDeviceKind(Enum, Int32):
|
|
197
|
+
_name_ = 'Microsoft.UI.Xaml.Input.FocusInputDeviceKind'
|
|
197
198
|
None_ = 0
|
|
198
199
|
Mouse = 1
|
|
199
200
|
Touch = 2
|
|
@@ -280,6 +281,7 @@ class FocusMovementResult(ComPtr):
|
|
|
280
281
|
def get_Succeeded(self: win32more.Microsoft.UI.Xaml.Input.IFocusMovementResult) -> Boolean: ...
|
|
281
282
|
Succeeded = property(get_Succeeded, None)
|
|
282
283
|
class FocusNavigationDirection(Enum, Int32):
|
|
284
|
+
_name_ = 'Microsoft.UI.Xaml.Input.FocusNavigationDirection'
|
|
283
285
|
Next = 0
|
|
284
286
|
Previous = 1
|
|
285
287
|
Up = 2
|
|
@@ -1272,6 +1274,7 @@ class InputScopeName(ComPtr):
|
|
|
1272
1274
|
def put_NameValue(self: win32more.Microsoft.UI.Xaml.Input.IInputScopeName, value: win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue) -> Void: ...
|
|
1273
1275
|
NameValue = property(get_NameValue, put_NameValue)
|
|
1274
1276
|
class InputScopeNameValue(Enum, Int32):
|
|
1277
|
+
_name_ = 'Microsoft.UI.Xaml.Input.InputScopeNameValue'
|
|
1275
1278
|
Default = 0
|
|
1276
1279
|
Url = 1
|
|
1277
1280
|
EmailSmtpAddress = 5
|
|
@@ -1342,6 +1345,7 @@ class KeyRoutedEventArgs(ComPtr):
|
|
|
1342
1345
|
KeyStatus = property(get_KeyStatus, None)
|
|
1343
1346
|
OriginalKey = property(get_OriginalKey, None)
|
|
1344
1347
|
class KeyTipPlacementMode(Enum, Int32):
|
|
1348
|
+
_name_ = 'Microsoft.UI.Xaml.Input.KeyTipPlacementMode'
|
|
1345
1349
|
Auto = 0
|
|
1346
1350
|
Bottom = 1
|
|
1347
1351
|
Top = 2
|
|
@@ -1417,9 +1421,11 @@ class KeyboardAcceleratorInvokedEventArgs(ComPtr):
|
|
|
1417
1421
|
Handled = property(get_Handled, put_Handled)
|
|
1418
1422
|
KeyboardAccelerator = property(get_KeyboardAccelerator, None)
|
|
1419
1423
|
class KeyboardAcceleratorPlacementMode(Enum, Int32):
|
|
1424
|
+
_name_ = 'Microsoft.UI.Xaml.Input.KeyboardAcceleratorPlacementMode'
|
|
1420
1425
|
Auto = 0
|
|
1421
1426
|
Hidden = 1
|
|
1422
1427
|
class KeyboardNavigationMode(Enum, Int32):
|
|
1428
|
+
_name_ = 'Microsoft.UI.Xaml.Input.KeyboardNavigationMode'
|
|
1423
1429
|
Local = 0
|
|
1424
1430
|
Cycle = 1
|
|
1425
1431
|
Once = 2
|
|
@@ -1602,6 +1608,7 @@ class ManipulationInertiaStartingRoutedEventArgs(ComPtr):
|
|
|
1602
1608
|
TranslationBehavior = property(get_TranslationBehavior, put_TranslationBehavior)
|
|
1603
1609
|
Velocities = property(get_Velocities, None)
|
|
1604
1610
|
class ManipulationModes(Enum, UInt32):
|
|
1611
|
+
_name_ = 'Microsoft.UI.Xaml.Input.ManipulationModes'
|
|
1605
1612
|
None_ = 0
|
|
1606
1613
|
TranslateX = 1
|
|
1607
1614
|
TranslateY = 2
|
|
@@ -1845,6 +1852,7 @@ class StandardUICommand(ComPtr, metaclass=_StandardUICommand_Meta_):
|
|
|
1845
1852
|
Kind = property(get_Kind, put_Kind)
|
|
1846
1853
|
_StandardUICommand_Meta_.KindProperty = property(get_KindProperty, None)
|
|
1847
1854
|
class StandardUICommandKind(Enum, Int32):
|
|
1855
|
+
_name_ = 'Microsoft.UI.Xaml.Input.StandardUICommandKind'
|
|
1848
1856
|
None_ = 0
|
|
1849
1857
|
Cut = 1
|
|
1850
1858
|
Copy = 2
|
|
@@ -1891,15 +1899,18 @@ class TappedRoutedEventArgs(ComPtr):
|
|
|
1891
1899
|
Handled = property(get_Handled, put_Handled)
|
|
1892
1900
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1893
1901
|
class XYFocusKeyboardNavigationMode(Enum, Int32):
|
|
1902
|
+
_name_ = 'Microsoft.UI.Xaml.Input.XYFocusKeyboardNavigationMode'
|
|
1894
1903
|
Auto = 0
|
|
1895
1904
|
Enabled = 1
|
|
1896
1905
|
Disabled = 2
|
|
1897
1906
|
class XYFocusNavigationStrategy(Enum, Int32):
|
|
1907
|
+
_name_ = 'Microsoft.UI.Xaml.Input.XYFocusNavigationStrategy'
|
|
1898
1908
|
Auto = 0
|
|
1899
1909
|
Projection = 1
|
|
1900
1910
|
NavigationDirectionDistance = 2
|
|
1901
1911
|
RectilinearDistance = 3
|
|
1902
1912
|
class XYFocusNavigationStrategyOverride(Enum, Int32):
|
|
1913
|
+
_name_ = 'Microsoft.UI.Xaml.Input.XYFocusNavigationStrategyOverride'
|
|
1903
1914
|
None_ = 0
|
|
1904
1915
|
Auto = 1
|
|
1905
1916
|
Projection = 2
|
|
@@ -105,6 +105,7 @@ class INotifyCollectionChangedEventArgsFactory(ComPtr):
|
|
|
105
105
|
@winrt_commethod(6)
|
|
106
106
|
def CreateInstanceWithAllParameters(self, action: win32more.Microsoft.UI.Xaml.Interop.NotifyCollectionChangedAction, newItems: win32more.Microsoft.UI.Xaml.Interop.IBindableVector, oldItems: win32more.Microsoft.UI.Xaml.Interop.IBindableVector, newIndex: Int32, oldIndex: Int32, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Interop.NotifyCollectionChangedEventArgs: ...
|
|
107
107
|
class NotifyCollectionChangedAction(Enum, Int32):
|
|
108
|
+
_name_ = 'Microsoft.UI.Xaml.Interop.NotifyCollectionChangedAction'
|
|
108
109
|
Add = 0
|
|
109
110
|
Remove = 1
|
|
110
111
|
Replace = 2
|
|
@@ -125,6 +125,7 @@ class CircleEase(ComPtr):
|
|
|
125
125
|
@winrt_activatemethod
|
|
126
126
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.CircleEase: ...
|
|
127
127
|
class ClockState(Enum, Int32):
|
|
128
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.ClockState'
|
|
128
129
|
Active = 0
|
|
129
130
|
Filling = 1
|
|
130
131
|
Stopped = 2
|
|
@@ -339,6 +340,7 @@ class ConnectedAnimation(ComPtr):
|
|
|
339
340
|
IsScaleAnimationEnabled = property(get_IsScaleAnimationEnabled, put_IsScaleAnimationEnabled)
|
|
340
341
|
Completed = event(add_Completed, remove_Completed)
|
|
341
342
|
class ConnectedAnimationComponent(Enum, Int32):
|
|
343
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.ConnectedAnimationComponent'
|
|
342
344
|
OffsetX = 0
|
|
343
345
|
OffsetY = 1
|
|
344
346
|
CrossFade = 2
|
|
@@ -928,6 +930,7 @@ class EasingFunctionBase(ComPtr, metaclass=_EasingFunctionBase_Meta_):
|
|
|
928
930
|
EasingMode = property(get_EasingMode, put_EasingMode)
|
|
929
931
|
_EasingFunctionBase_Meta_.EasingModeProperty = property(get_EasingModeProperty, None)
|
|
930
932
|
class EasingMode(Enum, Int32):
|
|
933
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.EasingMode'
|
|
931
934
|
EaseOut = 0
|
|
932
935
|
EaseIn = 1
|
|
933
936
|
EaseInOut = 2
|
|
@@ -1139,6 +1142,7 @@ class FadeOutThemeAnimation(ComPtr, metaclass=_FadeOutThemeAnimation_Meta_):
|
|
|
1139
1142
|
TargetName = property(get_TargetName, put_TargetName)
|
|
1140
1143
|
_FadeOutThemeAnimation_Meta_.TargetNameProperty = property(get_TargetNameProperty, None)
|
|
1141
1144
|
class FillBehavior(Enum, Int32):
|
|
1145
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.FillBehavior'
|
|
1142
1146
|
HoldEnd = 0
|
|
1143
1147
|
Stop = 1
|
|
1144
1148
|
class GravityConnectedAnimationConfiguration(ComPtr):
|
|
@@ -3482,6 +3486,7 @@ class RepeatBehaviorHelper(ComPtr, metaclass=_RepeatBehaviorHelper_Meta_):
|
|
|
3482
3486
|
def Equals(cls: win32more.Microsoft.UI.Xaml.Media.Animation.IRepeatBehaviorHelperStatics, target: win32more.Microsoft.UI.Xaml.Media.Animation.RepeatBehavior, value: win32more.Microsoft.UI.Xaml.Media.Animation.RepeatBehavior) -> Boolean: ...
|
|
3483
3487
|
_RepeatBehaviorHelper_Meta_.Forever = property(get_Forever, None)
|
|
3484
3488
|
class RepeatBehaviorType(Enum, Int32):
|
|
3489
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.RepeatBehaviorType'
|
|
3485
3490
|
Count = 0
|
|
3486
3491
|
Duration = 1
|
|
3487
3492
|
Forever = 2
|
|
@@ -3561,6 +3566,7 @@ class SineEase(ComPtr):
|
|
|
3561
3566
|
@winrt_activatemethod
|
|
3562
3567
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Media.Animation.SineEase: ...
|
|
3563
3568
|
class SlideNavigationTransitionEffect(Enum, Int32):
|
|
3569
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Animation.SlideNavigationTransitionEffect'
|
|
3564
3570
|
FromBottom = 0
|
|
3565
3571
|
FromLeft = 1
|
|
3566
3572
|
FromRight = 2
|
|
@@ -8,6 +8,7 @@ import win32more.Windows.Foundation
|
|
|
8
8
|
import win32more.Windows.Graphics.Imaging
|
|
9
9
|
import win32more.Windows.Storage.Streams
|
|
10
10
|
class BitmapCreateOptions(Enum, UInt32):
|
|
11
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Imaging.BitmapCreateOptions'
|
|
11
12
|
None_ = 0
|
|
12
13
|
IgnoreImageCache = 8
|
|
13
14
|
class _BitmapImage_Meta_(ComPtr.__class__):
|
|
@@ -140,6 +141,7 @@ class BitmapSource(ComPtr, metaclass=_BitmapSource_Meta_):
|
|
|
140
141
|
_BitmapSource_Meta_.PixelHeightProperty = property(get_PixelHeightProperty, None)
|
|
141
142
|
_BitmapSource_Meta_.PixelWidthProperty = property(get_PixelWidthProperty, None)
|
|
142
143
|
class DecodePixelType(Enum, Int32):
|
|
144
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Imaging.DecodePixelType'
|
|
143
145
|
Physical = 0
|
|
144
146
|
Logical = 1
|
|
145
147
|
class DownloadProgressEventArgs(ComPtr):
|
|
@@ -569,6 +571,7 @@ class SvgImageSourceFailedEventArgs(ComPtr):
|
|
|
569
571
|
def get_Status(self: win32more.Microsoft.UI.Xaml.Media.Imaging.ISvgImageSourceFailedEventArgs) -> win32more.Microsoft.UI.Xaml.Media.Imaging.SvgImageSourceLoadStatus: ...
|
|
570
572
|
Status = property(get_Status, None)
|
|
571
573
|
class SvgImageSourceLoadStatus(Enum, Int32):
|
|
574
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Imaging.SvgImageSourceLoadStatus'
|
|
572
575
|
Success = 0
|
|
573
576
|
NetworkError = 1
|
|
574
577
|
InvalidFormat = 2
|
|
@@ -66,10 +66,12 @@ class AcrylicBrush(ComPtr, metaclass=_AcrylicBrush_Meta_):
|
|
|
66
66
|
_AcrylicBrush_Meta_.TintOpacityProperty = property(get_TintOpacityProperty, None)
|
|
67
67
|
_AcrylicBrush_Meta_.TintTransitionDurationProperty = property(get_TintTransitionDurationProperty, None)
|
|
68
68
|
class AlignmentX(Enum, Int32):
|
|
69
|
+
_name_ = 'Microsoft.UI.Xaml.Media.AlignmentX'
|
|
69
70
|
Left = 0
|
|
70
71
|
Center = 1
|
|
71
72
|
Right = 2
|
|
72
73
|
class AlignmentY(Enum, Int32):
|
|
74
|
+
_name_ = 'Microsoft.UI.Xaml.Media.AlignmentY'
|
|
73
75
|
Top = 0
|
|
74
76
|
Center = 1
|
|
75
77
|
Bottom = 2
|
|
@@ -265,6 +267,7 @@ class BrushCollection(ComPtr):
|
|
|
265
267
|
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Media.Brush]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Xaml.Media.Brush]: ...
|
|
266
268
|
Size = property(get_Size, None)
|
|
267
269
|
class BrushMappingMode(Enum, Int32):
|
|
270
|
+
_name_ = 'Microsoft.UI.Xaml.Media.BrushMappingMode'
|
|
268
271
|
Absolute = 0
|
|
269
272
|
RelativeToBoundingBox = 1
|
|
270
273
|
class CacheMode(ComPtr):
|
|
@@ -281,6 +284,7 @@ class CacheMode(ComPtr):
|
|
|
281
284
|
@winrt_factorymethod
|
|
282
285
|
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Media.ICacheModeFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Media.CacheMode: ...
|
|
283
286
|
class ColorInterpolationMode(Enum, Int32):
|
|
287
|
+
_name_ = 'Microsoft.UI.Xaml.Media.ColorInterpolationMode'
|
|
284
288
|
ScRgbLinearInterpolation = 0
|
|
285
289
|
SRgbLinearInterpolation = 1
|
|
286
290
|
class _CompositeTransform_Meta_(ComPtr.__class__):
|
|
@@ -448,6 +452,7 @@ class DoubleCollection(ComPtr):
|
|
|
448
452
|
def First(self: win32more.Windows.Foundation.Collections.IIterable[Double]) -> win32more.Windows.Foundation.Collections.IIterator[Double]: ...
|
|
449
453
|
Size = property(get_Size, None)
|
|
450
454
|
class ElementCompositeMode(Enum, Int32):
|
|
455
|
+
_name_ = 'Microsoft.UI.Xaml.Media.ElementCompositeMode'
|
|
451
456
|
Inherit = 0
|
|
452
457
|
SourceOver = 1
|
|
453
458
|
MinBlend = 2
|
|
@@ -491,10 +496,12 @@ class EllipseGeometry(ComPtr, metaclass=_EllipseGeometry_Meta_):
|
|
|
491
496
|
_EllipseGeometry_Meta_.RadiusXProperty = property(get_RadiusXProperty, None)
|
|
492
497
|
_EllipseGeometry_Meta_.RadiusYProperty = property(get_RadiusYProperty, None)
|
|
493
498
|
class FastPlayFallbackBehaviour(Enum, Int32):
|
|
499
|
+
_name_ = 'Microsoft.UI.Xaml.Media.FastPlayFallbackBehaviour'
|
|
494
500
|
Skip = 0
|
|
495
501
|
Hide = 1
|
|
496
502
|
Disable = 2
|
|
497
503
|
class FillRule(Enum, Int32):
|
|
504
|
+
_name_ = 'Microsoft.UI.Xaml.Media.FillRule'
|
|
498
505
|
EvenOdd = 0
|
|
499
506
|
Nonzero = 1
|
|
500
507
|
class _FontFamily_Meta_(ComPtr.__class__):
|
|
@@ -690,6 +697,7 @@ class GradientBrush(ComPtr, metaclass=_GradientBrush_Meta_):
|
|
|
690
697
|
_GradientBrush_Meta_.MappingModeProperty = property(get_MappingModeProperty, None)
|
|
691
698
|
_GradientBrush_Meta_.SpreadMethodProperty = property(get_SpreadMethodProperty, None)
|
|
692
699
|
class GradientSpreadMethod(Enum, Int32):
|
|
700
|
+
_name_ = 'Microsoft.UI.Xaml.Media.GradientSpreadMethod'
|
|
693
701
|
Pad = 0
|
|
694
702
|
Reflect = 1
|
|
695
703
|
Repeat = 2
|
|
@@ -2380,6 +2388,7 @@ class LoadedImageSourceLoadCompletedEventArgs(ComPtr):
|
|
|
2380
2388
|
def get_Status(self: win32more.Microsoft.UI.Xaml.Media.ILoadedImageSourceLoadCompletedEventArgs) -> win32more.Microsoft.UI.Xaml.Media.LoadedImageSourceLoadStatus: ...
|
|
2381
2389
|
Status = property(get_Status, None)
|
|
2382
2390
|
class LoadedImageSourceLoadStatus(Enum, Int32):
|
|
2391
|
+
_name_ = 'Microsoft.UI.Xaml.Media.LoadedImageSourceLoadStatus'
|
|
2383
2392
|
Success = 0
|
|
2384
2393
|
NetworkError = 1
|
|
2385
2394
|
InvalidFormat = 2
|
|
@@ -2678,11 +2687,13 @@ class PathSegmentCollection(ComPtr):
|
|
|
2678
2687
|
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Media.PathSegment]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Xaml.Media.PathSegment]: ...
|
|
2679
2688
|
Size = property(get_Size, None)
|
|
2680
2689
|
class PenLineCap(Enum, Int32):
|
|
2690
|
+
_name_ = 'Microsoft.UI.Xaml.Media.PenLineCap'
|
|
2681
2691
|
Flat = 0
|
|
2682
2692
|
Square = 1
|
|
2683
2693
|
Round = 2
|
|
2684
2694
|
Triangle = 3
|
|
2685
2695
|
class PenLineJoin(Enum, Int32):
|
|
2696
|
+
_name_ = 'Microsoft.UI.Xaml.Media.PenLineJoin'
|
|
2686
2697
|
Miter = 0
|
|
2687
2698
|
Bevel = 1
|
|
2688
2699
|
Round = 2
|
|
@@ -3233,16 +3244,19 @@ class SolidColorBrush(ComPtr, metaclass=_SolidColorBrush_Meta_):
|
|
|
3233
3244
|
Color = property(get_Color, put_Color)
|
|
3234
3245
|
_SolidColorBrush_Meta_.ColorProperty = property(get_ColorProperty, None)
|
|
3235
3246
|
class Stretch(Enum, Int32):
|
|
3247
|
+
_name_ = 'Microsoft.UI.Xaml.Media.Stretch'
|
|
3236
3248
|
None_ = 0
|
|
3237
3249
|
Fill = 1
|
|
3238
3250
|
Uniform = 2
|
|
3239
3251
|
UniformToFill = 3
|
|
3240
3252
|
class StyleSimulations(Enum, Int32):
|
|
3253
|
+
_name_ = 'Microsoft.UI.Xaml.Media.StyleSimulations'
|
|
3241
3254
|
None_ = 0
|
|
3242
3255
|
BoldSimulation = 1
|
|
3243
3256
|
ItalicSimulation = 2
|
|
3244
3257
|
BoldItalicSimulation = 3
|
|
3245
3258
|
class SweepDirection(Enum, Int32):
|
|
3259
|
+
_name_ = 'Microsoft.UI.Xaml.Media.SweepDirection'
|
|
3246
3260
|
Counterclockwise = 0
|
|
3247
3261
|
Clockwise = 1
|
|
3248
3262
|
class SystemBackdrop(ComPtr):
|
|
@@ -166,6 +166,7 @@ class NavigatingCancelEventHandler(MulticastDelegate):
|
|
|
166
166
|
@winrt_commethod(3)
|
|
167
167
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Navigation.NavigatingCancelEventArgs) -> Void: ...
|
|
168
168
|
class NavigationCacheMode(Enum, Int32):
|
|
169
|
+
_name_ = 'Microsoft.UI.Xaml.Navigation.NavigationCacheMode'
|
|
169
170
|
Disabled = 0
|
|
170
171
|
Required = 1
|
|
171
172
|
Enabled = 2
|
|
@@ -214,6 +215,7 @@ class NavigationFailedEventHandler(MulticastDelegate):
|
|
|
214
215
|
@winrt_commethod(3)
|
|
215
216
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Navigation.NavigationFailedEventArgs) -> Void: ...
|
|
216
217
|
class NavigationMode(Enum, Int32):
|
|
218
|
+
_name_ = 'Microsoft.UI.Xaml.Navigation.NavigationMode'
|
|
217
219
|
New = 0
|
|
218
220
|
Back = 1
|
|
219
221
|
Forward = 2
|
|
@@ -140,6 +140,7 @@ class PaginateEventHandler(MulticastDelegate):
|
|
|
140
140
|
@winrt_commethod(3)
|
|
141
141
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Printing.PaginateEventArgs) -> Void: ...
|
|
142
142
|
class PreviewPageCountType(Enum, Int32):
|
|
143
|
+
_name_ = 'Microsoft.UI.Xaml.Printing.PreviewPageCountType'
|
|
143
144
|
Final = 0
|
|
144
145
|
Intermediate = 1
|
|
145
146
|
class _PrintDocument_Meta_(ComPtr.__class__):
|
|
@@ -126,6 +126,7 @@ class Application(ComPtr, metaclass=_Application_Meta_):
|
|
|
126
126
|
ResourceManagerRequested = event(add_ResourceManagerRequested, remove_ResourceManagerRequested)
|
|
127
127
|
UnhandledException = event(add_UnhandledException, remove_UnhandledException)
|
|
128
128
|
class ApplicationHighContrastAdjustment(Enum, UInt32):
|
|
129
|
+
_name_ = 'Microsoft.UI.Xaml.ApplicationHighContrastAdjustment'
|
|
129
130
|
None_ = 0
|
|
130
131
|
Auto = 4294967295
|
|
131
132
|
class ApplicationInitializationCallback(MulticastDelegate):
|
|
@@ -138,12 +139,15 @@ class ApplicationInitializationCallbackParams(ComPtr):
|
|
|
138
139
|
default_interface: win32more.Microsoft.UI.Xaml.IApplicationInitializationCallbackParams
|
|
139
140
|
_classid_ = 'Microsoft.UI.Xaml.ApplicationInitializationCallbackParams'
|
|
140
141
|
class ApplicationRequiresPointerMode(Enum, Int32):
|
|
142
|
+
_name_ = 'Microsoft.UI.Xaml.ApplicationRequiresPointerMode'
|
|
141
143
|
Auto = 0
|
|
142
144
|
WhenRequested = 1
|
|
143
145
|
class ApplicationTheme(Enum, Int32):
|
|
146
|
+
_name_ = 'Microsoft.UI.Xaml.ApplicationTheme'
|
|
144
147
|
Light = 0
|
|
145
148
|
Dark = 1
|
|
146
149
|
class AutomationTextAttributesEnum(Enum, Int32):
|
|
150
|
+
_name_ = 'Microsoft.UI.Xaml.AutomationTextAttributesEnum'
|
|
147
151
|
AnimationStyleAttribute = 40000
|
|
148
152
|
BackgroundColorAttribute = 40001
|
|
149
153
|
BulletStyleAttribute = 40002
|
|
@@ -693,6 +697,7 @@ class DependencyPropertyChangedEventHandler(MulticastDelegate):
|
|
|
693
697
|
@winrt_commethod(3)
|
|
694
698
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs) -> Void: ...
|
|
695
699
|
class DispatcherShutdownMode(Enum, Int32):
|
|
700
|
+
_name_ = 'Microsoft.UI.Xaml.DispatcherShutdownMode'
|
|
696
701
|
OnLastWindowClose = 0
|
|
697
702
|
OnExplicitShutdown = 1
|
|
698
703
|
class DispatcherTimer(ComPtr):
|
|
@@ -879,6 +884,7 @@ class DurationHelper(ComPtr, metaclass=_DurationHelper_Meta_):
|
|
|
879
884
|
_DurationHelper_Meta_.Automatic = property(get_Automatic, None)
|
|
880
885
|
_DurationHelper_Meta_.Forever = property(get_Forever, None)
|
|
881
886
|
class DurationType(Enum, Int32):
|
|
887
|
+
_name_ = 'Microsoft.UI.Xaml.DurationType'
|
|
882
888
|
Automatic = 0
|
|
883
889
|
TimeSpan = 1
|
|
884
890
|
Forever = 2
|
|
@@ -945,10 +951,12 @@ class ElementFactoryRecycleArgs(ComPtr):
|
|
|
945
951
|
Element = property(get_Element, put_Element)
|
|
946
952
|
Parent = property(get_Parent, put_Parent)
|
|
947
953
|
class ElementHighContrastAdjustment(Enum, UInt32):
|
|
954
|
+
_name_ = 'Microsoft.UI.Xaml.ElementHighContrastAdjustment'
|
|
948
955
|
None_ = 0
|
|
949
956
|
Application = 2147483648
|
|
950
957
|
Auto = 4294967295
|
|
951
958
|
class ElementSoundKind(Enum, Int32):
|
|
959
|
+
_name_ = 'Microsoft.UI.Xaml.ElementSoundKind'
|
|
952
960
|
Focus = 0
|
|
953
961
|
Invoke = 1
|
|
954
962
|
Show = 2
|
|
@@ -957,6 +965,7 @@ class ElementSoundKind(Enum, Int32):
|
|
|
957
965
|
MoveNext = 5
|
|
958
966
|
GoBack = 6
|
|
959
967
|
class ElementSoundMode(Enum, Int32):
|
|
968
|
+
_name_ = 'Microsoft.UI.Xaml.ElementSoundMode'
|
|
960
969
|
Default = 0
|
|
961
970
|
FocusOnly = 1
|
|
962
971
|
Off = 2
|
|
@@ -984,14 +993,17 @@ class ElementSoundPlayer(ComPtr, metaclass=_ElementSoundPlayer_Meta_):
|
|
|
984
993
|
_ElementSoundPlayer_Meta_.State = property(get_State, put_State)
|
|
985
994
|
_ElementSoundPlayer_Meta_.Volume = property(get_Volume, put_Volume)
|
|
986
995
|
class ElementSoundPlayerState(Enum, Int32):
|
|
996
|
+
_name_ = 'Microsoft.UI.Xaml.ElementSoundPlayerState'
|
|
987
997
|
Auto = 0
|
|
988
998
|
Off = 1
|
|
989
999
|
On = 2
|
|
990
1000
|
class ElementSpatialAudioMode(Enum, Int32):
|
|
1001
|
+
_name_ = 'Microsoft.UI.Xaml.ElementSpatialAudioMode'
|
|
991
1002
|
Auto = 0
|
|
992
1003
|
Off = 1
|
|
993
1004
|
On = 2
|
|
994
1005
|
class ElementTheme(Enum, Int32):
|
|
1006
|
+
_name_ = 'Microsoft.UI.Xaml.ElementTheme'
|
|
995
1007
|
Default = 0
|
|
996
1008
|
Light = 1
|
|
997
1009
|
Dark = 2
|
|
@@ -1034,18 +1046,22 @@ class ExceptionRoutedEventHandler(MulticastDelegate):
|
|
|
1034
1046
|
@winrt_commethod(3)
|
|
1035
1047
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.ExceptionRoutedEventArgs) -> Void: ...
|
|
1036
1048
|
class FlowDirection(Enum, Int32):
|
|
1049
|
+
_name_ = 'Microsoft.UI.Xaml.FlowDirection'
|
|
1037
1050
|
LeftToRight = 0
|
|
1038
1051
|
RightToLeft = 1
|
|
1039
1052
|
class FocusState(Enum, Int32):
|
|
1053
|
+
_name_ = 'Microsoft.UI.Xaml.FocusState'
|
|
1040
1054
|
Unfocused = 0
|
|
1041
1055
|
Pointer = 1
|
|
1042
1056
|
Keyboard = 2
|
|
1043
1057
|
Programmatic = 3
|
|
1044
1058
|
class FocusVisualKind(Enum, Int32):
|
|
1059
|
+
_name_ = 'Microsoft.UI.Xaml.FocusVisualKind'
|
|
1045
1060
|
DottedLine = 0
|
|
1046
1061
|
HighVisibility = 1
|
|
1047
1062
|
Reveal = 2
|
|
1048
1063
|
class FontCapitals(Enum, Int32):
|
|
1064
|
+
_name_ = 'Microsoft.UI.Xaml.FontCapitals'
|
|
1049
1065
|
Normal = 0
|
|
1050
1066
|
AllSmallCaps = 1
|
|
1051
1067
|
SmallCaps = 2
|
|
@@ -1054,6 +1070,7 @@ class FontCapitals(Enum, Int32):
|
|
|
1054
1070
|
Unicase = 5
|
|
1055
1071
|
Titling = 6
|
|
1056
1072
|
class FontEastAsianLanguage(Enum, Int32):
|
|
1073
|
+
_name_ = 'Microsoft.UI.Xaml.FontEastAsianLanguage'
|
|
1057
1074
|
Normal = 0
|
|
1058
1075
|
HojoKanji = 1
|
|
1059
1076
|
Jis04 = 2
|
|
@@ -1065,6 +1082,7 @@ class FontEastAsianLanguage(Enum, Int32):
|
|
|
1065
1082
|
Traditional = 8
|
|
1066
1083
|
TraditionalNames = 9
|
|
1067
1084
|
class FontEastAsianWidths(Enum, Int32):
|
|
1085
|
+
_name_ = 'Microsoft.UI.Xaml.FontEastAsianWidths'
|
|
1068
1086
|
Normal = 0
|
|
1069
1087
|
Full = 1
|
|
1070
1088
|
Half = 2
|
|
@@ -1072,18 +1090,22 @@ class FontEastAsianWidths(Enum, Int32):
|
|
|
1072
1090
|
Quarter = 4
|
|
1073
1091
|
Third = 5
|
|
1074
1092
|
class FontFraction(Enum, Int32):
|
|
1093
|
+
_name_ = 'Microsoft.UI.Xaml.FontFraction'
|
|
1075
1094
|
Normal = 0
|
|
1076
1095
|
Stacked = 1
|
|
1077
1096
|
Slashed = 2
|
|
1078
1097
|
class FontNumeralAlignment(Enum, Int32):
|
|
1098
|
+
_name_ = 'Microsoft.UI.Xaml.FontNumeralAlignment'
|
|
1079
1099
|
Normal = 0
|
|
1080
1100
|
Proportional = 1
|
|
1081
1101
|
Tabular = 2
|
|
1082
1102
|
class FontNumeralStyle(Enum, Int32):
|
|
1103
|
+
_name_ = 'Microsoft.UI.Xaml.FontNumeralStyle'
|
|
1083
1104
|
Normal = 0
|
|
1084
1105
|
Lining = 1
|
|
1085
1106
|
OldStyle = 2
|
|
1086
1107
|
class FontVariants(Enum, Int32):
|
|
1108
|
+
_name_ = 'Microsoft.UI.Xaml.FontVariants'
|
|
1087
1109
|
Normal = 0
|
|
1088
1110
|
Superscript = 1
|
|
1089
1111
|
Subscript = 2
|
|
@@ -1459,10 +1481,12 @@ class GridLengthHelper(ComPtr, metaclass=_GridLengthHelper_Meta_):
|
|
|
1459
1481
|
def Equals(cls: win32more.Microsoft.UI.Xaml.IGridLengthHelperStatics, target: win32more.Microsoft.UI.Xaml.GridLength, value: win32more.Microsoft.UI.Xaml.GridLength) -> Boolean: ...
|
|
1460
1482
|
_GridLengthHelper_Meta_.Auto = property(get_Auto, None)
|
|
1461
1483
|
class GridUnitType(Enum, Int32):
|
|
1484
|
+
_name_ = 'Microsoft.UI.Xaml.GridUnitType'
|
|
1462
1485
|
Auto = 0
|
|
1463
1486
|
Pixel = 1
|
|
1464
1487
|
Star = 2
|
|
1465
1488
|
class HorizontalAlignment(Enum, Int32):
|
|
1489
|
+
_name_ = 'Microsoft.UI.Xaml.HorizontalAlignment'
|
|
1466
1490
|
Left = 0
|
|
1467
1491
|
Center = 1
|
|
1468
1492
|
Right = 2
|
|
@@ -4229,10 +4253,12 @@ class LaunchActivatedEventArgs(ComPtr):
|
|
|
4229
4253
|
Arguments = property(get_Arguments, None)
|
|
4230
4254
|
UWPLaunchActivatedEventArgs = property(get_UWPLaunchActivatedEventArgs, None)
|
|
4231
4255
|
class LayoutCycleDebugBreakLevel(Enum, Int32):
|
|
4256
|
+
_name_ = 'Microsoft.UI.Xaml.LayoutCycleDebugBreakLevel'
|
|
4232
4257
|
None_ = 0
|
|
4233
4258
|
Low = 1
|
|
4234
4259
|
High = 2
|
|
4235
4260
|
class LayoutCycleTracingLevel(Enum, Int32):
|
|
4261
|
+
_name_ = 'Microsoft.UI.Xaml.LayoutCycleTracingLevel'
|
|
4236
4262
|
None_ = 0
|
|
4237
4263
|
Low = 1
|
|
4238
4264
|
High = 2
|
|
@@ -4242,6 +4268,7 @@ class LeavingBackgroundEventHandler(MulticastDelegate):
|
|
|
4242
4268
|
@winrt_commethod(3)
|
|
4243
4269
|
def Invoke(self, sender: IInspectable, e: win32more.Windows.ApplicationModel.LeavingBackgroundEventArgs) -> Void: ...
|
|
4244
4270
|
class LineStackingStrategy(Enum, Int32):
|
|
4271
|
+
_name_ = 'Microsoft.UI.Xaml.LineStackingStrategy'
|
|
4245
4272
|
MaxHeight = 0
|
|
4246
4273
|
BlockLineHeight = 1
|
|
4247
4274
|
BaselineToBaseline = 2
|
|
@@ -4253,6 +4280,7 @@ class MediaFailedRoutedEventArgs(ComPtr):
|
|
|
4253
4280
|
def get_ErrorTrace(self: win32more.Microsoft.UI.Xaml.IMediaFailedRoutedEventArgs) -> hstr: ...
|
|
4254
4281
|
ErrorTrace = property(get_ErrorTrace, None)
|
|
4255
4282
|
class OpticalMarginAlignment(Enum, Int32):
|
|
4283
|
+
_name_ = 'Microsoft.UI.Xaml.OpticalMarginAlignment'
|
|
4256
4284
|
None_ = 0
|
|
4257
4285
|
TrimSideBearings = 1
|
|
4258
4286
|
class PointHelper(ComPtr):
|
|
@@ -4667,6 +4695,7 @@ class TargetPropertyPath(ComPtr):
|
|
|
4667
4695
|
Path = property(get_Path, put_Path)
|
|
4668
4696
|
Target = property(get_Target, put_Target)
|
|
4669
4697
|
class TextAlignment(Enum, Int32):
|
|
4698
|
+
_name_ = 'Microsoft.UI.Xaml.TextAlignment'
|
|
4670
4699
|
Center = 0
|
|
4671
4700
|
Left = 1
|
|
4672
4701
|
Start = 1
|
|
@@ -4675,20 +4704,24 @@ class TextAlignment(Enum, Int32):
|
|
|
4675
4704
|
Justify = 3
|
|
4676
4705
|
DetectFromContent = 4
|
|
4677
4706
|
class TextLineBounds(Enum, Int32):
|
|
4707
|
+
_name_ = 'Microsoft.UI.Xaml.TextLineBounds'
|
|
4678
4708
|
Full = 0
|
|
4679
4709
|
TrimToCapHeight = 1
|
|
4680
4710
|
TrimToBaseline = 2
|
|
4681
4711
|
Tight = 3
|
|
4682
4712
|
class TextReadingOrder(Enum, Int32):
|
|
4713
|
+
_name_ = 'Microsoft.UI.Xaml.TextReadingOrder'
|
|
4683
4714
|
Default = 0
|
|
4684
4715
|
UseFlowDirection = 0
|
|
4685
4716
|
DetectFromContent = 1
|
|
4686
4717
|
class TextTrimming(Enum, Int32):
|
|
4718
|
+
_name_ = 'Microsoft.UI.Xaml.TextTrimming'
|
|
4687
4719
|
None_ = 0
|
|
4688
4720
|
CharacterEllipsis = 1
|
|
4689
4721
|
WordEllipsis = 2
|
|
4690
4722
|
Clip = 3
|
|
4691
4723
|
class TextWrapping(Enum, Int32):
|
|
4724
|
+
_name_ = 'Microsoft.UI.Xaml.TextWrapping'
|
|
4692
4725
|
NoWrap = 1
|
|
4693
4726
|
Wrap = 2
|
|
4694
4727
|
WrapWholeWords = 3
|
|
@@ -5699,15 +5732,18 @@ class Vector3Transition(ComPtr):
|
|
|
5699
5732
|
Components = property(get_Components, put_Components)
|
|
5700
5733
|
Duration = property(get_Duration, put_Duration)
|
|
5701
5734
|
class Vector3TransitionComponents(Enum, UInt32):
|
|
5735
|
+
_name_ = 'Microsoft.UI.Xaml.Vector3TransitionComponents'
|
|
5702
5736
|
X = 1
|
|
5703
5737
|
Y = 2
|
|
5704
5738
|
Z = 4
|
|
5705
5739
|
class VerticalAlignment(Enum, Int32):
|
|
5740
|
+
_name_ = 'Microsoft.UI.Xaml.VerticalAlignment'
|
|
5706
5741
|
Top = 0
|
|
5707
5742
|
Center = 1
|
|
5708
5743
|
Bottom = 2
|
|
5709
5744
|
Stretch = 3
|
|
5710
5745
|
class Visibility(Enum, Int32):
|
|
5746
|
+
_name_ = 'Microsoft.UI.Xaml.Visibility'
|
|
5711
5747
|
Visible = 0
|
|
5712
5748
|
Collapsed = 1
|
|
5713
5749
|
class VisualState(ComPtr):
|
|
@@ -5875,7 +5911,7 @@ class VisualTransition(ComPtr):
|
|
|
5875
5911
|
GeneratedEasingFunction = property(get_GeneratedEasingFunction, put_GeneratedEasingFunction)
|
|
5876
5912
|
Storyboard = property(get_Storyboard, put_Storyboard)
|
|
5877
5913
|
To = property(get_To, put_To)
|
|
5878
|
-
WinUIContract: UInt32 =
|
|
5914
|
+
WinUIContract: UInt32 = 589824
|
|
5879
5915
|
class _Window_Meta_(ComPtr.__class__):
|
|
5880
5916
|
pass
|
|
5881
5917
|
class Window(ComPtr, metaclass=_Window_Meta_):
|
|
@@ -5974,6 +6010,7 @@ class WindowActivatedEventArgs(ComPtr):
|
|
|
5974
6010
|
Handled = property(get_Handled, put_Handled)
|
|
5975
6011
|
WindowActivationState = property(get_WindowActivationState, None)
|
|
5976
6012
|
class WindowActivationState(Enum, Int32):
|
|
6013
|
+
_name_ = 'Microsoft.UI.Xaml.WindowActivationState'
|
|
5977
6014
|
CodeActivated = 0
|
|
5978
6015
|
Deactivated = 1
|
|
5979
6016
|
PointerActivated = 2
|
|
@@ -6010,7 +6047,7 @@ class WindowVisibilityChangedEventArgs(ComPtr):
|
|
|
6010
6047
|
def get_Visible(self: win32more.Microsoft.UI.Xaml.IWindowVisibilityChangedEventArgs) -> Boolean: ...
|
|
6011
6048
|
Handled = property(get_Handled, put_Handled)
|
|
6012
6049
|
Visible = property(get_Visible, None)
|
|
6013
|
-
XamlContract: UInt32 =
|
|
6050
|
+
XamlContract: UInt32 = 589824
|
|
6014
6051
|
class XamlIsland(ComPtr):
|
|
6015
6052
|
extends: IInspectable
|
|
6016
6053
|
implements: Tuple[ContextManagerProtocol]
|
|
@@ -149,6 +149,7 @@ class ImageContentFilterSeverity(ComPtr):
|
|
|
149
149
|
RacyContentLevel = property(get_RacyContentLevel, put_RacyContentLevel)
|
|
150
150
|
ViolentContentLevel = property(get_ViolentContentLevel, put_ViolentContentLevel)
|
|
151
151
|
class SeverityLevel(Enum, Int32):
|
|
152
|
+
_name_ = 'Microsoft.Windows.AI.ContentSafety.SeverityLevel'
|
|
152
153
|
Minimum = 10
|
|
153
154
|
Low = 11
|
|
154
155
|
Medium = 12
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more._prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.AI.Foundation
|
|
4
|
+
AIFoundationContract: UInt32 = 65536
|
|
5
|
+
class EmbeddingVector(ComPtr):
|
|
6
|
+
extends: IInspectable
|
|
7
|
+
default_interface: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector
|
|
8
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.EmbeddingVector'
|
|
9
|
+
def __init__(self, *args, **kwargs):
|
|
10
|
+
if kwargs:
|
|
11
|
+
super().__init__(**kwargs)
|
|
12
|
+
elif len(args) == 2:
|
|
13
|
+
super().__init__(move=win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector.CreateInstance(*args))
|
|
14
|
+
else:
|
|
15
|
+
raise ValueError('no matched constructor')
|
|
16
|
+
@winrt_factorymethod
|
|
17
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVectorFactory, data: PassArray[Single], vectorSpaceID: Guid) -> win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector: ...
|
|
18
|
+
@winrt_mixinmethod
|
|
19
|
+
def GetValues(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector, values: FillArray[Single]) -> Void: ...
|
|
20
|
+
@winrt_mixinmethod
|
|
21
|
+
def get_Size(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector) -> UInt32: ...
|
|
22
|
+
@winrt_mixinmethod
|
|
23
|
+
def get_VectorSpaceId(self: win32more.Microsoft.Windows.AI.Foundation.IEmbeddingVector) -> Guid: ...
|
|
24
|
+
Size = property(get_Size, None)
|
|
25
|
+
VectorSpaceId = property(get_VectorSpaceId, None)
|
|
26
|
+
class IEmbeddingVector(ComPtr):
|
|
27
|
+
extends: IInspectable
|
|
28
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.IEmbeddingVector'
|
|
29
|
+
_iid_ = Guid('{07bdaa90-b3d2-5701-97d1-c390ec62799c}')
|
|
30
|
+
@winrt_commethod(6)
|
|
31
|
+
def GetValues(self, values: FillArray[Single]) -> Void: ...
|
|
32
|
+
@winrt_commethod(7)
|
|
33
|
+
def get_Size(self) -> UInt32: ...
|
|
34
|
+
@winrt_commethod(8)
|
|
35
|
+
def get_VectorSpaceId(self) -> Guid: ...
|
|
36
|
+
Size = property(get_Size, None)
|
|
37
|
+
VectorSpaceId = property(get_VectorSpaceId, None)
|
|
38
|
+
class IEmbeddingVectorFactory(ComPtr):
|
|
39
|
+
extends: IInspectable
|
|
40
|
+
_classid_ = 'Microsoft.Windows.AI.Foundation.IEmbeddingVectorFactory'
|
|
41
|
+
_iid_ = Guid('{16b72758-2b69-5e97-b865-6a6a71683dd0}')
|
|
42
|
+
@winrt_commethod(6)
|
|
43
|
+
def CreateInstance(self, data: PassArray[Single], vectorSpaceID: Guid) -> win32more.Microsoft.Windows.AI.Foundation.EmbeddingVector: ...
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
make_ready(__name__)
|
|
@@ -189,6 +189,7 @@ class ImageDescriptionGenerator(ComPtr):
|
|
|
189
189
|
@winrt_classmethod
|
|
190
190
|
def CreateAsync(cls: win32more.Microsoft.Windows.AI.Imaging.IImageDescriptionGeneratorStatics) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.AI.Imaging.ImageDescriptionGenerator]: ...
|
|
191
191
|
class ImageDescriptionKind(Enum, Int32):
|
|
192
|
+
_name_ = 'Microsoft.Windows.AI.Imaging.ImageDescriptionKind'
|
|
192
193
|
BriefDescription = 0
|
|
193
194
|
DetailedDescription = 1
|
|
194
195
|
DiagramDescription = 2
|
|
@@ -204,6 +205,7 @@ class ImageDescriptionResult(ComPtr):
|
|
|
204
205
|
Description = property(get_Description, None)
|
|
205
206
|
Status = property(get_Status, None)
|
|
206
207
|
class ImageDescriptionResultStatus(Enum, Int32):
|
|
208
|
+
_name_ = 'Microsoft.Windows.AI.Imaging.ImageDescriptionResultStatus'
|
|
207
209
|
Complete = 0
|
|
208
210
|
InProgress = 1
|
|
209
211
|
BlockedByPolicy = 2
|
|
@@ -313,6 +315,7 @@ class RecognizedLine(ComPtr):
|
|
|
313
315
|
Text = property(get_Text, None)
|
|
314
316
|
Words = property(get_Words, None)
|
|
315
317
|
class RecognizedLineStyle(Enum, Int32):
|
|
318
|
+
_name_ = 'Microsoft.Windows.AI.Imaging.RecognizedLineStyle'
|
|
316
319
|
Handwritten = 0
|
|
317
320
|
class RecognizedText(ComPtr):
|
|
318
321
|
extends: IInspectable
|