win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__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.
Files changed (74) hide show
  1. win32more/Microsoft/Foundation/__init__.py +1 -1
  2. win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
  3. win32more/Microsoft/Graphics/Display/__init__.py +2 -0
  4. win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
  5. win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
  6. win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
  7. win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
  8. win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
  9. win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
  10. win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
  11. win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
  12. win32more/Microsoft/UI/Composition/__init__.py +146 -125
  13. win32more/Microsoft/UI/Content/__init__.py +677 -32
  14. win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
  15. win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
  16. win32more/Microsoft/UI/Input/__init__.py +88 -66
  17. win32more/Microsoft/UI/Text/__init__.py +46 -0
  18. win32more/Microsoft/UI/Windowing/__init__.py +112 -21
  19. win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
  20. win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
  21. win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
  22. win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
  23. win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
  24. win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
  25. win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
  26. win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
  27. win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
  28. win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
  29. win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
  30. win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
  31. win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
  32. win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
  33. win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
  34. win32more/Microsoft/UI/Xaml/__init__.py +101 -2
  35. win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
  36. win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
  37. win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
  38. win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
  39. win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
  40. win32more/Microsoft/Windows/AI/__init__.py +51 -0
  41. win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
  42. win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
  43. win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
  44. win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
  45. win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
  46. win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
  47. win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
  48. win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
  49. win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
  50. win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
  51. win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
  52. win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
  53. win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
  54. win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
  55. win32more/Microsoft/Windows/Storage/__init__.py +2 -0
  56. win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
  57. win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
  58. win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
  59. win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
  60. win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
  61. win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
  62. win32more/appsdk/versioninfo.py +2 -2
  63. win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  64. win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  65. win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  66. win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  67. win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  68. win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  69. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
  70. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
  71. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
  72. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
  73. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
  74. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
@@ -103,6 +103,7 @@ class BindingExpressionBase(ComPtr):
103
103
  default_interface: win32more.Microsoft.UI.Xaml.Data.IBindingExpressionBase
104
104
  _classid_ = 'Microsoft.UI.Xaml.Data.BindingExpressionBase'
105
105
  class BindingMode(Enum, Int32):
106
+ _name_ = 'Microsoft.UI.Xaml.Data.BindingMode'
106
107
  OneWay = 1
107
108
  OneTime = 2
108
109
  TwoWay = 3
@@ -658,10 +659,12 @@ class RelativeSource(ComPtr):
658
659
  def put_Mode(self: win32more.Microsoft.UI.Xaml.Data.IRelativeSource, value: win32more.Microsoft.UI.Xaml.Data.RelativeSourceMode) -> Void: ...
659
660
  Mode = property(get_Mode, put_Mode)
660
661
  class RelativeSourceMode(Enum, Int32):
662
+ _name_ = 'Microsoft.UI.Xaml.Data.RelativeSourceMode'
661
663
  None_ = 0
662
664
  TemplatedParent = 1
663
665
  Self = 2
664
666
  class UpdateSourceTrigger(Enum, Int32):
667
+ _name_ = 'Microsoft.UI.Xaml.Data.UpdateSourceTrigger'
665
668
  Default = 0
666
669
  PropertyChanged = 1
667
670
  Explicit = 2
@@ -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
@@ -4136,6 +4160,29 @@ class IWindowVisibilityChangedEventArgs(ComPtr):
4136
4160
  def get_Visible(self) -> Boolean: ...
4137
4161
  Handled = property(get_Handled, put_Handled)
4138
4162
  Visible = property(get_Visible, None)
4163
+ class IXamlIsland(ComPtr):
4164
+ extends: IInspectable
4165
+ _classid_ = 'Microsoft.UI.Xaml.IXamlIsland'
4166
+ _iid_ = Guid('{845a5c62-b0f3-5db8-b4ff-4142bbd8a044}')
4167
+ @winrt_commethod(6)
4168
+ def get_Content(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
4169
+ @winrt_commethod(7)
4170
+ def put_Content(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
4171
+ @winrt_commethod(8)
4172
+ def get_ContentIsland(self) -> win32more.Microsoft.UI.Content.ContentIsland: ...
4173
+ @winrt_commethod(9)
4174
+ def get_SystemBackdrop(self) -> win32more.Microsoft.UI.Xaml.Media.SystemBackdrop: ...
4175
+ @winrt_commethod(10)
4176
+ def put_SystemBackdrop(self, value: win32more.Microsoft.UI.Xaml.Media.SystemBackdrop) -> Void: ...
4177
+ Content = property(get_Content, put_Content)
4178
+ ContentIsland = property(get_ContentIsland, None)
4179
+ SystemBackdrop = property(get_SystemBackdrop, put_SystemBackdrop)
4180
+ class IXamlIslandFactory(ComPtr):
4181
+ extends: IInspectable
4182
+ _classid_ = 'Microsoft.UI.Xaml.IXamlIslandFactory'
4183
+ _iid_ = Guid('{267f707c-5e18-57b4-9ff7-d11da66e4a11}')
4184
+ @winrt_commethod(6)
4185
+ def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.XamlIsland: ...
4139
4186
  class IXamlResourceReferenceFailedEventArgs(ComPtr):
4140
4187
  extends: IInspectable
4141
4188
  _classid_ = 'Microsoft.UI.Xaml.IXamlResourceReferenceFailedEventArgs'
@@ -4178,6 +4225,13 @@ class IXamlRoot3(ComPtr):
4178
4225
  @winrt_commethod(6)
4179
4226
  def get_CoordinateConverter(self) -> win32more.Microsoft.UI.Content.ContentCoordinateConverter: ...
4180
4227
  CoordinateConverter = property(get_CoordinateConverter, None)
4228
+ class IXamlRoot4(ComPtr):
4229
+ extends: IInspectable
4230
+ _classid_ = 'Microsoft.UI.Xaml.IXamlRoot4'
4231
+ _iid_ = Guid('{377bec22-632b-52be-b26f-5edf7838e5ca}')
4232
+ @winrt_commethod(6)
4233
+ def get_ContentIsland(self) -> win32more.Microsoft.UI.Content.ContentIsland: ...
4234
+ ContentIsland = property(get_ContentIsland, None)
4181
4235
  class IXamlRootChangedEventArgs(ComPtr):
4182
4236
  extends: IInspectable
4183
4237
  _classid_ = 'Microsoft.UI.Xaml.IXamlRootChangedEventArgs'
@@ -4199,10 +4253,12 @@ class LaunchActivatedEventArgs(ComPtr):
4199
4253
  Arguments = property(get_Arguments, None)
4200
4254
  UWPLaunchActivatedEventArgs = property(get_UWPLaunchActivatedEventArgs, None)
4201
4255
  class LayoutCycleDebugBreakLevel(Enum, Int32):
4256
+ _name_ = 'Microsoft.UI.Xaml.LayoutCycleDebugBreakLevel'
4202
4257
  None_ = 0
4203
4258
  Low = 1
4204
4259
  High = 2
4205
4260
  class LayoutCycleTracingLevel(Enum, Int32):
4261
+ _name_ = 'Microsoft.UI.Xaml.LayoutCycleTracingLevel'
4206
4262
  None_ = 0
4207
4263
  Low = 1
4208
4264
  High = 2
@@ -4212,6 +4268,7 @@ class LeavingBackgroundEventHandler(MulticastDelegate):
4212
4268
  @winrt_commethod(3)
4213
4269
  def Invoke(self, sender: IInspectable, e: win32more.Windows.ApplicationModel.LeavingBackgroundEventArgs) -> Void: ...
4214
4270
  class LineStackingStrategy(Enum, Int32):
4271
+ _name_ = 'Microsoft.UI.Xaml.LineStackingStrategy'
4215
4272
  MaxHeight = 0
4216
4273
  BlockLineHeight = 1
4217
4274
  BaselineToBaseline = 2
@@ -4223,6 +4280,7 @@ class MediaFailedRoutedEventArgs(ComPtr):
4223
4280
  def get_ErrorTrace(self: win32more.Microsoft.UI.Xaml.IMediaFailedRoutedEventArgs) -> hstr: ...
4224
4281
  ErrorTrace = property(get_ErrorTrace, None)
4225
4282
  class OpticalMarginAlignment(Enum, Int32):
4283
+ _name_ = 'Microsoft.UI.Xaml.OpticalMarginAlignment'
4226
4284
  None_ = 0
4227
4285
  TrimSideBearings = 1
4228
4286
  class PointHelper(ComPtr):
@@ -4637,6 +4695,7 @@ class TargetPropertyPath(ComPtr):
4637
4695
  Path = property(get_Path, put_Path)
4638
4696
  Target = property(get_Target, put_Target)
4639
4697
  class TextAlignment(Enum, Int32):
4698
+ _name_ = 'Microsoft.UI.Xaml.TextAlignment'
4640
4699
  Center = 0
4641
4700
  Left = 1
4642
4701
  Start = 1
@@ -4645,20 +4704,24 @@ class TextAlignment(Enum, Int32):
4645
4704
  Justify = 3
4646
4705
  DetectFromContent = 4
4647
4706
  class TextLineBounds(Enum, Int32):
4707
+ _name_ = 'Microsoft.UI.Xaml.TextLineBounds'
4648
4708
  Full = 0
4649
4709
  TrimToCapHeight = 1
4650
4710
  TrimToBaseline = 2
4651
4711
  Tight = 3
4652
4712
  class TextReadingOrder(Enum, Int32):
4713
+ _name_ = 'Microsoft.UI.Xaml.TextReadingOrder'
4653
4714
  Default = 0
4654
4715
  UseFlowDirection = 0
4655
4716
  DetectFromContent = 1
4656
4717
  class TextTrimming(Enum, Int32):
4718
+ _name_ = 'Microsoft.UI.Xaml.TextTrimming'
4657
4719
  None_ = 0
4658
4720
  CharacterEllipsis = 1
4659
4721
  WordEllipsis = 2
4660
4722
  Clip = 3
4661
4723
  class TextWrapping(Enum, Int32):
4724
+ _name_ = 'Microsoft.UI.Xaml.TextWrapping'
4662
4725
  NoWrap = 1
4663
4726
  Wrap = 2
4664
4727
  WrapWholeWords = 3
@@ -5669,15 +5732,18 @@ class Vector3Transition(ComPtr):
5669
5732
  Components = property(get_Components, put_Components)
5670
5733
  Duration = property(get_Duration, put_Duration)
5671
5734
  class Vector3TransitionComponents(Enum, UInt32):
5735
+ _name_ = 'Microsoft.UI.Xaml.Vector3TransitionComponents'
5672
5736
  X = 1
5673
5737
  Y = 2
5674
5738
  Z = 4
5675
5739
  class VerticalAlignment(Enum, Int32):
5740
+ _name_ = 'Microsoft.UI.Xaml.VerticalAlignment'
5676
5741
  Top = 0
5677
5742
  Center = 1
5678
5743
  Bottom = 2
5679
5744
  Stretch = 3
5680
5745
  class Visibility(Enum, Int32):
5746
+ _name_ = 'Microsoft.UI.Xaml.Visibility'
5681
5747
  Visible = 0
5682
5748
  Collapsed = 1
5683
5749
  class VisualState(ComPtr):
@@ -5845,7 +5911,7 @@ class VisualTransition(ComPtr):
5845
5911
  GeneratedEasingFunction = property(get_GeneratedEasingFunction, put_GeneratedEasingFunction)
5846
5912
  Storyboard = property(get_Storyboard, put_Storyboard)
5847
5913
  To = property(get_To, put_To)
5848
- WinUIContract: UInt32 = 458752
5914
+ WinUIContract: UInt32 = 589824
5849
5915
  class _Window_Meta_(ComPtr.__class__):
5850
5916
  pass
5851
5917
  class Window(ComPtr, metaclass=_Window_Meta_):
@@ -5944,6 +6010,7 @@ class WindowActivatedEventArgs(ComPtr):
5944
6010
  Handled = property(get_Handled, put_Handled)
5945
6011
  WindowActivationState = property(get_WindowActivationState, None)
5946
6012
  class WindowActivationState(Enum, Int32):
6013
+ _name_ = 'Microsoft.UI.Xaml.WindowActivationState'
5947
6014
  CodeActivated = 0
5948
6015
  Deactivated = 1
5949
6016
  PointerActivated = 2
@@ -5980,7 +6047,36 @@ class WindowVisibilityChangedEventArgs(ComPtr):
5980
6047
  def get_Visible(self: win32more.Microsoft.UI.Xaml.IWindowVisibilityChangedEventArgs) -> Boolean: ...
5981
6048
  Handled = property(get_Handled, put_Handled)
5982
6049
  Visible = property(get_Visible, None)
5983
- XamlContract: UInt32 = 458752
6050
+ XamlContract: UInt32 = 589824
6051
+ class XamlIsland(ComPtr):
6052
+ extends: IInspectable
6053
+ implements: Tuple[ContextManagerProtocol]
6054
+ default_interface: win32more.Microsoft.UI.Xaml.IXamlIsland
6055
+ _classid_ = 'Microsoft.UI.Xaml.XamlIsland'
6056
+ def __init__(self, *args, **kwargs):
6057
+ if kwargs:
6058
+ super().__init__(**kwargs)
6059
+ elif len(args) == 0:
6060
+ super().__init__(move=win32more.Microsoft.UI.Xaml.XamlIsland.CreateInstance(*args, None, None))
6061
+ else:
6062
+ raise ValueError('no matched constructor')
6063
+ @winrt_factorymethod
6064
+ def CreateInstance(cls: win32more.Microsoft.UI.Xaml.IXamlIslandFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.XamlIsland: ...
6065
+ @winrt_mixinmethod
6066
+ def get_Content(self: win32more.Microsoft.UI.Xaml.IXamlIsland) -> win32more.Microsoft.UI.Xaml.UIElement: ...
6067
+ @winrt_mixinmethod
6068
+ def put_Content(self: win32more.Microsoft.UI.Xaml.IXamlIsland, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
6069
+ @winrt_mixinmethod
6070
+ def get_ContentIsland(self: win32more.Microsoft.UI.Xaml.IXamlIsland) -> win32more.Microsoft.UI.Content.ContentIsland: ...
6071
+ @winrt_mixinmethod
6072
+ def get_SystemBackdrop(self: win32more.Microsoft.UI.Xaml.IXamlIsland) -> win32more.Microsoft.UI.Xaml.Media.SystemBackdrop: ...
6073
+ @winrt_mixinmethod
6074
+ def put_SystemBackdrop(self: win32more.Microsoft.UI.Xaml.IXamlIsland, value: win32more.Microsoft.UI.Xaml.Media.SystemBackdrop) -> Void: ...
6075
+ @winrt_mixinmethod
6076
+ def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
6077
+ Content = property(get_Content, put_Content)
6078
+ ContentIsland = property(get_ContentIsland, None)
6079
+ SystemBackdrop = property(get_SystemBackdrop, put_SystemBackdrop)
5984
6080
  class XamlResourceReferenceFailedEventArgs(ComPtr):
5985
6081
  extends: IInspectable
5986
6082
  default_interface: win32more.Microsoft.UI.Xaml.IXamlResourceReferenceFailedEventArgs
@@ -6008,7 +6104,10 @@ class XamlRoot(ComPtr):
6008
6104
  def get_ContentIslandEnvironment(self: win32more.Microsoft.UI.Xaml.IXamlRoot2) -> win32more.Microsoft.UI.Content.ContentIslandEnvironment: ...
6009
6105
  @winrt_mixinmethod
6010
6106
  def get_CoordinateConverter(self: win32more.Microsoft.UI.Xaml.IXamlRoot3) -> win32more.Microsoft.UI.Content.ContentCoordinateConverter: ...
6107
+ @winrt_mixinmethod
6108
+ def get_ContentIsland(self: win32more.Microsoft.UI.Xaml.IXamlRoot4) -> win32more.Microsoft.UI.Content.ContentIsland: ...
6011
6109
  Content = property(get_Content, None)
6110
+ ContentIsland = property(get_ContentIsland, None)
6012
6111
  ContentIslandEnvironment = property(get_ContentIslandEnvironment, None)
6013
6112
  CoordinateConverter = property(get_CoordinateConverter, None)
6014
6113
  IsHostVisible = property(get_IsHostVisible, None)