win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__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.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,1607 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.UI.Xaml
|
|
4
|
+
import win32more.Microsoft.UI.Xaml.Automation
|
|
5
|
+
import win32more.Microsoft.UI.Xaml.Automation.Peers
|
|
6
|
+
import win32more.Windows.Foundation.Collections
|
|
7
|
+
class _AnnotationPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
8
|
+
pass
|
|
9
|
+
class AnnotationPatternIdentifiers(ComPtr, metaclass=_AnnotationPatternIdentifiers_Meta_):
|
|
10
|
+
extends: IInspectable
|
|
11
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiers
|
|
12
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.AnnotationPatternIdentifiers'
|
|
13
|
+
@winrt_classmethod
|
|
14
|
+
def get_AnnotationTypeIdProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
15
|
+
@winrt_classmethod
|
|
16
|
+
def get_AnnotationTypeNameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
17
|
+
@winrt_classmethod
|
|
18
|
+
def get_AuthorProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
19
|
+
@winrt_classmethod
|
|
20
|
+
def get_DateTimeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
21
|
+
@winrt_classmethod
|
|
22
|
+
def get_TargetProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
23
|
+
_AnnotationPatternIdentifiers_Meta_.AnnotationTypeIdProperty = property(get_AnnotationTypeIdProperty, None)
|
|
24
|
+
_AnnotationPatternIdentifiers_Meta_.AnnotationTypeNameProperty = property(get_AnnotationTypeNameProperty, None)
|
|
25
|
+
_AnnotationPatternIdentifiers_Meta_.AuthorProperty = property(get_AuthorProperty, None)
|
|
26
|
+
_AnnotationPatternIdentifiers_Meta_.DateTimeProperty = property(get_DateTimeProperty, None)
|
|
27
|
+
_AnnotationPatternIdentifiers_Meta_.TargetProperty = property(get_TargetProperty, None)
|
|
28
|
+
class AnnotationType(Enum, Int32):
|
|
29
|
+
Unknown = 60000
|
|
30
|
+
SpellingError = 60001
|
|
31
|
+
GrammarError = 60002
|
|
32
|
+
Comment = 60003
|
|
33
|
+
FormulaError = 60004
|
|
34
|
+
TrackChanges = 60005
|
|
35
|
+
Header = 60006
|
|
36
|
+
Footer = 60007
|
|
37
|
+
Highlighted = 60008
|
|
38
|
+
Endnote = 60009
|
|
39
|
+
Footnote = 60010
|
|
40
|
+
InsertionChange = 60011
|
|
41
|
+
DeletionChange = 60012
|
|
42
|
+
MoveChange = 60013
|
|
43
|
+
FormatChange = 60014
|
|
44
|
+
UnsyncedChange = 60015
|
|
45
|
+
EditingLockedChange = 60016
|
|
46
|
+
ExternalChange = 60017
|
|
47
|
+
ConflictingChange = 60018
|
|
48
|
+
Author = 60019
|
|
49
|
+
AdvancedProofingIssue = 60020
|
|
50
|
+
DataValidationError = 60021
|
|
51
|
+
CircularReferenceError = 60022
|
|
52
|
+
class AutomationActiveEnd(Enum, Int32):
|
|
53
|
+
None_ = 0
|
|
54
|
+
Start = 1
|
|
55
|
+
End = 2
|
|
56
|
+
class AutomationAnimationStyle(Enum, Int32):
|
|
57
|
+
None_ = 0
|
|
58
|
+
LasVegasLights = 1
|
|
59
|
+
BlinkingBackground = 2
|
|
60
|
+
SparkleText = 3
|
|
61
|
+
MarchingBlackAnts = 4
|
|
62
|
+
MarchingRedAnts = 5
|
|
63
|
+
Shimmer = 6
|
|
64
|
+
Other = 7
|
|
65
|
+
class _AutomationAnnotation_Meta_(ComPtr.__class__):
|
|
66
|
+
pass
|
|
67
|
+
class AutomationAnnotation(ComPtr, metaclass=_AutomationAnnotation_Meta_):
|
|
68
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
69
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotation
|
|
70
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.AutomationAnnotation'
|
|
71
|
+
def __init__(self, *args, **kwargs):
|
|
72
|
+
if kwargs:
|
|
73
|
+
super().__init__(**kwargs)
|
|
74
|
+
elif len(args) == 0:
|
|
75
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation.CreateInstance(*args))
|
|
76
|
+
elif len(args) == 1:
|
|
77
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation.CreateInstance(*args))
|
|
78
|
+
elif len(args) == 2:
|
|
79
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation.CreateWithElementParameter(*args))
|
|
80
|
+
else:
|
|
81
|
+
raise ValueError('no matched constructor')
|
|
82
|
+
@winrt_overload
|
|
83
|
+
@winrt_activatemethod
|
|
84
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation: ...
|
|
85
|
+
@CreateInstance.register
|
|
86
|
+
@winrt_factorymethod
|
|
87
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotationFactory, type: win32more.Microsoft.UI.Xaml.Automation.AnnotationType) -> win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation: ...
|
|
88
|
+
@winrt_factorymethod
|
|
89
|
+
def CreateWithElementParameter(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotationFactory, type: win32more.Microsoft.UI.Xaml.Automation.AnnotationType, element: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation: ...
|
|
90
|
+
@winrt_mixinmethod
|
|
91
|
+
def get_Type(self: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotation) -> win32more.Microsoft.UI.Xaml.Automation.AnnotationType: ...
|
|
92
|
+
@winrt_mixinmethod
|
|
93
|
+
def put_Type(self: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotation, value: win32more.Microsoft.UI.Xaml.Automation.AnnotationType) -> Void: ...
|
|
94
|
+
@winrt_mixinmethod
|
|
95
|
+
def get_Element(self: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotation) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
96
|
+
@winrt_mixinmethod
|
|
97
|
+
def put_Element(self: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotation, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
98
|
+
@winrt_classmethod
|
|
99
|
+
def get_TypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
100
|
+
@winrt_classmethod
|
|
101
|
+
def get_ElementProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationAnnotationStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
102
|
+
Element = property(get_Element, put_Element)
|
|
103
|
+
Type = property(get_Type, put_Type)
|
|
104
|
+
_AutomationAnnotation_Meta_.ElementProperty = property(get_ElementProperty, None)
|
|
105
|
+
_AutomationAnnotation_Meta_.TypeProperty = property(get_TypeProperty, None)
|
|
106
|
+
class AutomationBulletStyle(Enum, Int32):
|
|
107
|
+
None_ = 0
|
|
108
|
+
HollowRoundBullet = 1
|
|
109
|
+
FilledRoundBullet = 2
|
|
110
|
+
HollowSquareBullet = 3
|
|
111
|
+
FilledSquareBullet = 4
|
|
112
|
+
DashBullet = 5
|
|
113
|
+
Other = 6
|
|
114
|
+
class AutomationCaretBidiMode(Enum, Int32):
|
|
115
|
+
LTR = 0
|
|
116
|
+
RTL = 1
|
|
117
|
+
class AutomationCaretPosition(Enum, Int32):
|
|
118
|
+
Unknown = 0
|
|
119
|
+
EndOfLine = 1
|
|
120
|
+
BeginningOfLine = 2
|
|
121
|
+
class _AutomationElementIdentifiers_Meta_(ComPtr.__class__):
|
|
122
|
+
pass
|
|
123
|
+
class AutomationElementIdentifiers(ComPtr, metaclass=_AutomationElementIdentifiers_Meta_):
|
|
124
|
+
extends: IInspectable
|
|
125
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiers
|
|
126
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.AutomationElementIdentifiers'
|
|
127
|
+
@winrt_classmethod
|
|
128
|
+
def get_AcceleratorKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
129
|
+
@winrt_classmethod
|
|
130
|
+
def get_AccessKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
131
|
+
@winrt_classmethod
|
|
132
|
+
def get_AutomationIdProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
133
|
+
@winrt_classmethod
|
|
134
|
+
def get_BoundingRectangleProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
135
|
+
@winrt_classmethod
|
|
136
|
+
def get_ClassNameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
137
|
+
@winrt_classmethod
|
|
138
|
+
def get_ClickablePointProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
139
|
+
@winrt_classmethod
|
|
140
|
+
def get_ControlTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
141
|
+
@winrt_classmethod
|
|
142
|
+
def get_HasKeyboardFocusProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
143
|
+
@winrt_classmethod
|
|
144
|
+
def get_HelpTextProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
145
|
+
@winrt_classmethod
|
|
146
|
+
def get_IsContentElementProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
147
|
+
@winrt_classmethod
|
|
148
|
+
def get_IsControlElementProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
149
|
+
@winrt_classmethod
|
|
150
|
+
def get_IsEnabledProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
151
|
+
@winrt_classmethod
|
|
152
|
+
def get_IsKeyboardFocusableProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
153
|
+
@winrt_classmethod
|
|
154
|
+
def get_IsOffscreenProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
155
|
+
@winrt_classmethod
|
|
156
|
+
def get_IsPasswordProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
157
|
+
@winrt_classmethod
|
|
158
|
+
def get_IsRequiredForFormProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
159
|
+
@winrt_classmethod
|
|
160
|
+
def get_ItemStatusProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
161
|
+
@winrt_classmethod
|
|
162
|
+
def get_ItemTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
163
|
+
@winrt_classmethod
|
|
164
|
+
def get_LabeledByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
165
|
+
@winrt_classmethod
|
|
166
|
+
def get_LocalizedControlTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
167
|
+
@winrt_classmethod
|
|
168
|
+
def get_NameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
169
|
+
@winrt_classmethod
|
|
170
|
+
def get_OrientationProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
171
|
+
@winrt_classmethod
|
|
172
|
+
def get_LiveSettingProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
173
|
+
@winrt_classmethod
|
|
174
|
+
def get_ControlledPeersProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
175
|
+
@winrt_classmethod
|
|
176
|
+
def get_PositionInSetProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
177
|
+
@winrt_classmethod
|
|
178
|
+
def get_SizeOfSetProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
179
|
+
@winrt_classmethod
|
|
180
|
+
def get_LevelProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
181
|
+
@winrt_classmethod
|
|
182
|
+
def get_AnnotationsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
183
|
+
@winrt_classmethod
|
|
184
|
+
def get_LandmarkTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
185
|
+
@winrt_classmethod
|
|
186
|
+
def get_LocalizedLandmarkTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
187
|
+
@winrt_classmethod
|
|
188
|
+
def get_IsPeripheralProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
189
|
+
@winrt_classmethod
|
|
190
|
+
def get_IsDataValidForFormProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
191
|
+
@winrt_classmethod
|
|
192
|
+
def get_FullDescriptionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
193
|
+
@winrt_classmethod
|
|
194
|
+
def get_DescribedByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
195
|
+
@winrt_classmethod
|
|
196
|
+
def get_FlowsToProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
197
|
+
@winrt_classmethod
|
|
198
|
+
def get_FlowsFromProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
199
|
+
@winrt_classmethod
|
|
200
|
+
def get_CultureProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
201
|
+
@winrt_classmethod
|
|
202
|
+
def get_HeadingLevelProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
203
|
+
@winrt_classmethod
|
|
204
|
+
def get_IsDialogProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
205
|
+
_AutomationElementIdentifiers_Meta_.AcceleratorKeyProperty = property(get_AcceleratorKeyProperty, None)
|
|
206
|
+
_AutomationElementIdentifiers_Meta_.AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
207
|
+
_AutomationElementIdentifiers_Meta_.AnnotationsProperty = property(get_AnnotationsProperty, None)
|
|
208
|
+
_AutomationElementIdentifiers_Meta_.AutomationIdProperty = property(get_AutomationIdProperty, None)
|
|
209
|
+
_AutomationElementIdentifiers_Meta_.BoundingRectangleProperty = property(get_BoundingRectangleProperty, None)
|
|
210
|
+
_AutomationElementIdentifiers_Meta_.ClassNameProperty = property(get_ClassNameProperty, None)
|
|
211
|
+
_AutomationElementIdentifiers_Meta_.ClickablePointProperty = property(get_ClickablePointProperty, None)
|
|
212
|
+
_AutomationElementIdentifiers_Meta_.ControlTypeProperty = property(get_ControlTypeProperty, None)
|
|
213
|
+
_AutomationElementIdentifiers_Meta_.ControlledPeersProperty = property(get_ControlledPeersProperty, None)
|
|
214
|
+
_AutomationElementIdentifiers_Meta_.CultureProperty = property(get_CultureProperty, None)
|
|
215
|
+
_AutomationElementIdentifiers_Meta_.DescribedByProperty = property(get_DescribedByProperty, None)
|
|
216
|
+
_AutomationElementIdentifiers_Meta_.FlowsFromProperty = property(get_FlowsFromProperty, None)
|
|
217
|
+
_AutomationElementIdentifiers_Meta_.FlowsToProperty = property(get_FlowsToProperty, None)
|
|
218
|
+
_AutomationElementIdentifiers_Meta_.FullDescriptionProperty = property(get_FullDescriptionProperty, None)
|
|
219
|
+
_AutomationElementIdentifiers_Meta_.HasKeyboardFocusProperty = property(get_HasKeyboardFocusProperty, None)
|
|
220
|
+
_AutomationElementIdentifiers_Meta_.HeadingLevelProperty = property(get_HeadingLevelProperty, None)
|
|
221
|
+
_AutomationElementIdentifiers_Meta_.HelpTextProperty = property(get_HelpTextProperty, None)
|
|
222
|
+
_AutomationElementIdentifiers_Meta_.IsContentElementProperty = property(get_IsContentElementProperty, None)
|
|
223
|
+
_AutomationElementIdentifiers_Meta_.IsControlElementProperty = property(get_IsControlElementProperty, None)
|
|
224
|
+
_AutomationElementIdentifiers_Meta_.IsDataValidForFormProperty = property(get_IsDataValidForFormProperty, None)
|
|
225
|
+
_AutomationElementIdentifiers_Meta_.IsDialogProperty = property(get_IsDialogProperty, None)
|
|
226
|
+
_AutomationElementIdentifiers_Meta_.IsEnabledProperty = property(get_IsEnabledProperty, None)
|
|
227
|
+
_AutomationElementIdentifiers_Meta_.IsKeyboardFocusableProperty = property(get_IsKeyboardFocusableProperty, None)
|
|
228
|
+
_AutomationElementIdentifiers_Meta_.IsOffscreenProperty = property(get_IsOffscreenProperty, None)
|
|
229
|
+
_AutomationElementIdentifiers_Meta_.IsPasswordProperty = property(get_IsPasswordProperty, None)
|
|
230
|
+
_AutomationElementIdentifiers_Meta_.IsPeripheralProperty = property(get_IsPeripheralProperty, None)
|
|
231
|
+
_AutomationElementIdentifiers_Meta_.IsRequiredForFormProperty = property(get_IsRequiredForFormProperty, None)
|
|
232
|
+
_AutomationElementIdentifiers_Meta_.ItemStatusProperty = property(get_ItemStatusProperty, None)
|
|
233
|
+
_AutomationElementIdentifiers_Meta_.ItemTypeProperty = property(get_ItemTypeProperty, None)
|
|
234
|
+
_AutomationElementIdentifiers_Meta_.LabeledByProperty = property(get_LabeledByProperty, None)
|
|
235
|
+
_AutomationElementIdentifiers_Meta_.LandmarkTypeProperty = property(get_LandmarkTypeProperty, None)
|
|
236
|
+
_AutomationElementIdentifiers_Meta_.LevelProperty = property(get_LevelProperty, None)
|
|
237
|
+
_AutomationElementIdentifiers_Meta_.LiveSettingProperty = property(get_LiveSettingProperty, None)
|
|
238
|
+
_AutomationElementIdentifiers_Meta_.LocalizedControlTypeProperty = property(get_LocalizedControlTypeProperty, None)
|
|
239
|
+
_AutomationElementIdentifiers_Meta_.LocalizedLandmarkTypeProperty = property(get_LocalizedLandmarkTypeProperty, None)
|
|
240
|
+
_AutomationElementIdentifiers_Meta_.NameProperty = property(get_NameProperty, None)
|
|
241
|
+
_AutomationElementIdentifiers_Meta_.OrientationProperty = property(get_OrientationProperty, None)
|
|
242
|
+
_AutomationElementIdentifiers_Meta_.PositionInSetProperty = property(get_PositionInSetProperty, None)
|
|
243
|
+
_AutomationElementIdentifiers_Meta_.SizeOfSetProperty = property(get_SizeOfSetProperty, None)
|
|
244
|
+
class AutomationFlowDirections(Enum, Int32):
|
|
245
|
+
Default = 0
|
|
246
|
+
RightToLeft = 1
|
|
247
|
+
BottomToTop = 2
|
|
248
|
+
Vertical = 3
|
|
249
|
+
class AutomationOutlineStyles(Enum, Int32):
|
|
250
|
+
None_ = 0
|
|
251
|
+
Outline = 1
|
|
252
|
+
Shadow = 2
|
|
253
|
+
Engraved = 3
|
|
254
|
+
Embossed = 4
|
|
255
|
+
class _AutomationProperties_Meta_(ComPtr.__class__):
|
|
256
|
+
pass
|
|
257
|
+
class AutomationProperties(ComPtr, metaclass=_AutomationProperties_Meta_):
|
|
258
|
+
extends: IInspectable
|
|
259
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAutomationProperties
|
|
260
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.AutomationProperties'
|
|
261
|
+
@winrt_classmethod
|
|
262
|
+
def get_AutomationControlTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics2) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
263
|
+
@winrt_classmethod
|
|
264
|
+
def GetAutomationControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics2, element: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
265
|
+
@winrt_classmethod
|
|
266
|
+
def SetAutomationControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics2, element: win32more.Microsoft.UI.Xaml.UIElement, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType) -> Void: ...
|
|
267
|
+
@winrt_classmethod
|
|
268
|
+
def get_AcceleratorKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
269
|
+
@winrt_classmethod
|
|
270
|
+
def GetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
271
|
+
@winrt_classmethod
|
|
272
|
+
def SetAcceleratorKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
273
|
+
@winrt_classmethod
|
|
274
|
+
def get_AccessKeyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
275
|
+
@winrt_classmethod
|
|
276
|
+
def GetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
277
|
+
@winrt_classmethod
|
|
278
|
+
def SetAccessKey(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
279
|
+
@winrt_classmethod
|
|
280
|
+
def get_AutomationIdProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
281
|
+
@winrt_classmethod
|
|
282
|
+
def GetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
283
|
+
@winrt_classmethod
|
|
284
|
+
def SetAutomationId(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
285
|
+
@winrt_classmethod
|
|
286
|
+
def get_HelpTextProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
287
|
+
@winrt_classmethod
|
|
288
|
+
def GetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
289
|
+
@winrt_classmethod
|
|
290
|
+
def SetHelpText(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
291
|
+
@winrt_classmethod
|
|
292
|
+
def get_IsRequiredForFormProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
293
|
+
@winrt_classmethod
|
|
294
|
+
def GetIsRequiredForForm(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
295
|
+
@winrt_classmethod
|
|
296
|
+
def SetIsRequiredForForm(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
297
|
+
@winrt_classmethod
|
|
298
|
+
def get_ItemStatusProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
299
|
+
@winrt_classmethod
|
|
300
|
+
def GetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
301
|
+
@winrt_classmethod
|
|
302
|
+
def SetItemStatus(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
303
|
+
@winrt_classmethod
|
|
304
|
+
def get_ItemTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
305
|
+
@winrt_classmethod
|
|
306
|
+
def GetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
307
|
+
@winrt_classmethod
|
|
308
|
+
def SetItemType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
309
|
+
@winrt_classmethod
|
|
310
|
+
def get_LabeledByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
311
|
+
@winrt_classmethod
|
|
312
|
+
def GetLabeledBy(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
313
|
+
@winrt_classmethod
|
|
314
|
+
def SetLabeledBy(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
315
|
+
@winrt_classmethod
|
|
316
|
+
def get_NameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
317
|
+
@winrt_classmethod
|
|
318
|
+
def GetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
319
|
+
@winrt_classmethod
|
|
320
|
+
def SetName(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
321
|
+
@winrt_classmethod
|
|
322
|
+
def get_LiveSettingProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
323
|
+
@winrt_classmethod
|
|
324
|
+
def GetLiveSetting(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLiveSetting: ...
|
|
325
|
+
@winrt_classmethod
|
|
326
|
+
def SetLiveSetting(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLiveSetting) -> Void: ...
|
|
327
|
+
@winrt_classmethod
|
|
328
|
+
def get_AccessibilityViewProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
329
|
+
@winrt_classmethod
|
|
330
|
+
def GetAccessibilityView(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AccessibilityView: ...
|
|
331
|
+
@winrt_classmethod
|
|
332
|
+
def SetAccessibilityView(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AccessibilityView) -> Void: ...
|
|
333
|
+
@winrt_classmethod
|
|
334
|
+
def get_ControlledPeersProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
335
|
+
@winrt_classmethod
|
|
336
|
+
def GetControlledPeers(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.UIElement]: ...
|
|
337
|
+
@winrt_classmethod
|
|
338
|
+
def get_PositionInSetProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
339
|
+
@winrt_classmethod
|
|
340
|
+
def GetPositionInSet(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
341
|
+
@winrt_classmethod
|
|
342
|
+
def SetPositionInSet(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
343
|
+
@winrt_classmethod
|
|
344
|
+
def get_SizeOfSetProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
345
|
+
@winrt_classmethod
|
|
346
|
+
def GetSizeOfSet(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
347
|
+
@winrt_classmethod
|
|
348
|
+
def SetSizeOfSet(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
349
|
+
@winrt_classmethod
|
|
350
|
+
def get_LevelProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
351
|
+
@winrt_classmethod
|
|
352
|
+
def GetLevel(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
353
|
+
@winrt_classmethod
|
|
354
|
+
def SetLevel(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
355
|
+
@winrt_classmethod
|
|
356
|
+
def get_AnnotationsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
357
|
+
@winrt_classmethod
|
|
358
|
+
def GetAnnotations(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation]: ...
|
|
359
|
+
@winrt_classmethod
|
|
360
|
+
def get_LandmarkTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
361
|
+
@winrt_classmethod
|
|
362
|
+
def GetLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
363
|
+
@winrt_classmethod
|
|
364
|
+
def SetLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType) -> Void: ...
|
|
365
|
+
@winrt_classmethod
|
|
366
|
+
def get_LocalizedLandmarkTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
367
|
+
@winrt_classmethod
|
|
368
|
+
def GetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
369
|
+
@winrt_classmethod
|
|
370
|
+
def SetLocalizedLandmarkType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
371
|
+
@winrt_classmethod
|
|
372
|
+
def get_IsPeripheralProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
373
|
+
@winrt_classmethod
|
|
374
|
+
def GetIsPeripheral(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
375
|
+
@winrt_classmethod
|
|
376
|
+
def SetIsPeripheral(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
377
|
+
@winrt_classmethod
|
|
378
|
+
def get_IsDataValidForFormProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
379
|
+
@winrt_classmethod
|
|
380
|
+
def GetIsDataValidForForm(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
381
|
+
@winrt_classmethod
|
|
382
|
+
def SetIsDataValidForForm(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
383
|
+
@winrt_classmethod
|
|
384
|
+
def get_FullDescriptionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
385
|
+
@winrt_classmethod
|
|
386
|
+
def GetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
387
|
+
@winrt_classmethod
|
|
388
|
+
def SetFullDescription(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
389
|
+
@winrt_classmethod
|
|
390
|
+
def get_LocalizedControlTypeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
391
|
+
@winrt_classmethod
|
|
392
|
+
def GetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
393
|
+
@winrt_classmethod
|
|
394
|
+
def SetLocalizedControlType(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
395
|
+
@winrt_classmethod
|
|
396
|
+
def get_DescribedByProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
397
|
+
@winrt_classmethod
|
|
398
|
+
def GetDescribedBy(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
399
|
+
@winrt_classmethod
|
|
400
|
+
def get_FlowsToProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
401
|
+
@winrt_classmethod
|
|
402
|
+
def GetFlowsTo(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
403
|
+
@winrt_classmethod
|
|
404
|
+
def get_FlowsFromProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
405
|
+
@winrt_classmethod
|
|
406
|
+
def GetFlowsFrom(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
407
|
+
@winrt_classmethod
|
|
408
|
+
def get_CultureProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
409
|
+
@winrt_classmethod
|
|
410
|
+
def GetCulture(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
411
|
+
@winrt_classmethod
|
|
412
|
+
def SetCulture(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
413
|
+
@winrt_classmethod
|
|
414
|
+
def get_HeadingLevelProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
415
|
+
@winrt_classmethod
|
|
416
|
+
def GetHeadingLevel(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel: ...
|
|
417
|
+
@winrt_classmethod
|
|
418
|
+
def SetHeadingLevel(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel) -> Void: ...
|
|
419
|
+
@winrt_classmethod
|
|
420
|
+
def get_IsDialogProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
421
|
+
@winrt_classmethod
|
|
422
|
+
def GetIsDialog(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
423
|
+
@winrt_classmethod
|
|
424
|
+
def SetIsDialog(cls: win32more.Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
425
|
+
_AutomationProperties_Meta_.AcceleratorKeyProperty = property(get_AcceleratorKeyProperty, None)
|
|
426
|
+
_AutomationProperties_Meta_.AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
427
|
+
_AutomationProperties_Meta_.AccessibilityViewProperty = property(get_AccessibilityViewProperty, None)
|
|
428
|
+
_AutomationProperties_Meta_.AnnotationsProperty = property(get_AnnotationsProperty, None)
|
|
429
|
+
_AutomationProperties_Meta_.AutomationControlTypeProperty = property(get_AutomationControlTypeProperty, None)
|
|
430
|
+
_AutomationProperties_Meta_.AutomationIdProperty = property(get_AutomationIdProperty, None)
|
|
431
|
+
_AutomationProperties_Meta_.ControlledPeersProperty = property(get_ControlledPeersProperty, None)
|
|
432
|
+
_AutomationProperties_Meta_.CultureProperty = property(get_CultureProperty, None)
|
|
433
|
+
_AutomationProperties_Meta_.DescribedByProperty = property(get_DescribedByProperty, None)
|
|
434
|
+
_AutomationProperties_Meta_.FlowsFromProperty = property(get_FlowsFromProperty, None)
|
|
435
|
+
_AutomationProperties_Meta_.FlowsToProperty = property(get_FlowsToProperty, None)
|
|
436
|
+
_AutomationProperties_Meta_.FullDescriptionProperty = property(get_FullDescriptionProperty, None)
|
|
437
|
+
_AutomationProperties_Meta_.HeadingLevelProperty = property(get_HeadingLevelProperty, None)
|
|
438
|
+
_AutomationProperties_Meta_.HelpTextProperty = property(get_HelpTextProperty, None)
|
|
439
|
+
_AutomationProperties_Meta_.IsDataValidForFormProperty = property(get_IsDataValidForFormProperty, None)
|
|
440
|
+
_AutomationProperties_Meta_.IsDialogProperty = property(get_IsDialogProperty, None)
|
|
441
|
+
_AutomationProperties_Meta_.IsPeripheralProperty = property(get_IsPeripheralProperty, None)
|
|
442
|
+
_AutomationProperties_Meta_.IsRequiredForFormProperty = property(get_IsRequiredForFormProperty, None)
|
|
443
|
+
_AutomationProperties_Meta_.ItemStatusProperty = property(get_ItemStatusProperty, None)
|
|
444
|
+
_AutomationProperties_Meta_.ItemTypeProperty = property(get_ItemTypeProperty, None)
|
|
445
|
+
_AutomationProperties_Meta_.LabeledByProperty = property(get_LabeledByProperty, None)
|
|
446
|
+
_AutomationProperties_Meta_.LandmarkTypeProperty = property(get_LandmarkTypeProperty, None)
|
|
447
|
+
_AutomationProperties_Meta_.LevelProperty = property(get_LevelProperty, None)
|
|
448
|
+
_AutomationProperties_Meta_.LiveSettingProperty = property(get_LiveSettingProperty, None)
|
|
449
|
+
_AutomationProperties_Meta_.LocalizedControlTypeProperty = property(get_LocalizedControlTypeProperty, None)
|
|
450
|
+
_AutomationProperties_Meta_.LocalizedLandmarkTypeProperty = property(get_LocalizedLandmarkTypeProperty, None)
|
|
451
|
+
_AutomationProperties_Meta_.NameProperty = property(get_NameProperty, None)
|
|
452
|
+
_AutomationProperties_Meta_.PositionInSetProperty = property(get_PositionInSetProperty, None)
|
|
453
|
+
_AutomationProperties_Meta_.SizeOfSetProperty = property(get_SizeOfSetProperty, None)
|
|
454
|
+
class AutomationProperty(ComPtr):
|
|
455
|
+
extends: IInspectable
|
|
456
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAutomationProperty
|
|
457
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.AutomationProperty'
|
|
458
|
+
class AutomationStyleId(Enum, Int32):
|
|
459
|
+
Heading1 = 70001
|
|
460
|
+
Heading2 = 70002
|
|
461
|
+
Heading3 = 70003
|
|
462
|
+
Heading4 = 70004
|
|
463
|
+
Heading5 = 70005
|
|
464
|
+
Heading6 = 70006
|
|
465
|
+
Heading7 = 70007
|
|
466
|
+
Heading8 = 70008
|
|
467
|
+
Heading9 = 70009
|
|
468
|
+
Title = 70010
|
|
469
|
+
Subtitle = 70011
|
|
470
|
+
Normal = 70012
|
|
471
|
+
Emphasis = 70013
|
|
472
|
+
Quote = 70014
|
|
473
|
+
BulletedList = 70015
|
|
474
|
+
class AutomationTextDecorationLineStyle(Enum, Int32):
|
|
475
|
+
None_ = 0
|
|
476
|
+
Single = 1
|
|
477
|
+
WordsOnly = 2
|
|
478
|
+
Double = 3
|
|
479
|
+
Dot = 4
|
|
480
|
+
Dash = 5
|
|
481
|
+
DashDot = 6
|
|
482
|
+
DashDotDot = 7
|
|
483
|
+
Wavy = 8
|
|
484
|
+
ThickSingle = 9
|
|
485
|
+
DoubleWavy = 10
|
|
486
|
+
ThickWavy = 11
|
|
487
|
+
LongDash = 12
|
|
488
|
+
ThickDash = 13
|
|
489
|
+
ThickDashDot = 14
|
|
490
|
+
ThickDashDotDot = 15
|
|
491
|
+
ThickDot = 16
|
|
492
|
+
ThickLongDash = 17
|
|
493
|
+
Other = 18
|
|
494
|
+
class AutomationTextEditChangeType(Enum, Int32):
|
|
495
|
+
None_ = 0
|
|
496
|
+
AutoCorrect = 1
|
|
497
|
+
Composition = 2
|
|
498
|
+
CompositionFinalized = 3
|
|
499
|
+
class _DockPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
500
|
+
pass
|
|
501
|
+
class DockPatternIdentifiers(ComPtr, metaclass=_DockPatternIdentifiers_Meta_):
|
|
502
|
+
extends: IInspectable
|
|
503
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IDockPatternIdentifiers
|
|
504
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.DockPatternIdentifiers'
|
|
505
|
+
@winrt_classmethod
|
|
506
|
+
def get_DockPositionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDockPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
507
|
+
_DockPatternIdentifiers_Meta_.DockPositionProperty = property(get_DockPositionProperty, None)
|
|
508
|
+
class DockPosition(Enum, Int32):
|
|
509
|
+
Top = 0
|
|
510
|
+
Left = 1
|
|
511
|
+
Bottom = 2
|
|
512
|
+
Right = 3
|
|
513
|
+
Fill = 4
|
|
514
|
+
None_ = 5
|
|
515
|
+
class _DragPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
516
|
+
pass
|
|
517
|
+
class DragPatternIdentifiers(ComPtr, metaclass=_DragPatternIdentifiers_Meta_):
|
|
518
|
+
extends: IInspectable
|
|
519
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IDragPatternIdentifiers
|
|
520
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.DragPatternIdentifiers'
|
|
521
|
+
@winrt_classmethod
|
|
522
|
+
def get_DropEffectProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDragPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
523
|
+
@winrt_classmethod
|
|
524
|
+
def get_DropEffectsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDragPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
525
|
+
@winrt_classmethod
|
|
526
|
+
def get_GrabbedItemsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDragPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
527
|
+
@winrt_classmethod
|
|
528
|
+
def get_IsGrabbedProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDragPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
529
|
+
_DragPatternIdentifiers_Meta_.DropEffectProperty = property(get_DropEffectProperty, None)
|
|
530
|
+
_DragPatternIdentifiers_Meta_.DropEffectsProperty = property(get_DropEffectsProperty, None)
|
|
531
|
+
_DragPatternIdentifiers_Meta_.GrabbedItemsProperty = property(get_GrabbedItemsProperty, None)
|
|
532
|
+
_DragPatternIdentifiers_Meta_.IsGrabbedProperty = property(get_IsGrabbedProperty, None)
|
|
533
|
+
class _DropTargetPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
534
|
+
pass
|
|
535
|
+
class DropTargetPatternIdentifiers(ComPtr, metaclass=_DropTargetPatternIdentifiers_Meta_):
|
|
536
|
+
extends: IInspectable
|
|
537
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IDropTargetPatternIdentifiers
|
|
538
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.DropTargetPatternIdentifiers'
|
|
539
|
+
@winrt_classmethod
|
|
540
|
+
def get_DropTargetEffectProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDropTargetPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
541
|
+
@winrt_classmethod
|
|
542
|
+
def get_DropTargetEffectsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDropTargetPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
543
|
+
_DropTargetPatternIdentifiers_Meta_.DropTargetEffectProperty = property(get_DropTargetEffectProperty, None)
|
|
544
|
+
_DropTargetPatternIdentifiers_Meta_.DropTargetEffectsProperty = property(get_DropTargetEffectsProperty, None)
|
|
545
|
+
class _ExpandCollapsePatternIdentifiers_Meta_(ComPtr.__class__):
|
|
546
|
+
pass
|
|
547
|
+
class ExpandCollapsePatternIdentifiers(ComPtr, metaclass=_ExpandCollapsePatternIdentifiers_Meta_):
|
|
548
|
+
extends: IInspectable
|
|
549
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IExpandCollapsePatternIdentifiers
|
|
550
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ExpandCollapsePatternIdentifiers'
|
|
551
|
+
@winrt_classmethod
|
|
552
|
+
def get_ExpandCollapseStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IExpandCollapsePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
553
|
+
_ExpandCollapsePatternIdentifiers_Meta_.ExpandCollapseStateProperty = property(get_ExpandCollapseStateProperty, None)
|
|
554
|
+
class ExpandCollapseState(Enum, Int32):
|
|
555
|
+
Collapsed = 0
|
|
556
|
+
Expanded = 1
|
|
557
|
+
PartiallyExpanded = 2
|
|
558
|
+
LeafNode = 3
|
|
559
|
+
class _GridItemPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
560
|
+
pass
|
|
561
|
+
class GridItemPatternIdentifiers(ComPtr, metaclass=_GridItemPatternIdentifiers_Meta_):
|
|
562
|
+
extends: IInspectable
|
|
563
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiers
|
|
564
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.GridItemPatternIdentifiers'
|
|
565
|
+
@winrt_classmethod
|
|
566
|
+
def get_ColumnProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
567
|
+
@winrt_classmethod
|
|
568
|
+
def get_ColumnSpanProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
569
|
+
@winrt_classmethod
|
|
570
|
+
def get_ContainingGridProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
571
|
+
@winrt_classmethod
|
|
572
|
+
def get_RowProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
573
|
+
@winrt_classmethod
|
|
574
|
+
def get_RowSpanProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
575
|
+
_GridItemPatternIdentifiers_Meta_.ColumnProperty = property(get_ColumnProperty, None)
|
|
576
|
+
_GridItemPatternIdentifiers_Meta_.ColumnSpanProperty = property(get_ColumnSpanProperty, None)
|
|
577
|
+
_GridItemPatternIdentifiers_Meta_.ContainingGridProperty = property(get_ContainingGridProperty, None)
|
|
578
|
+
_GridItemPatternIdentifiers_Meta_.RowProperty = property(get_RowProperty, None)
|
|
579
|
+
_GridItemPatternIdentifiers_Meta_.RowSpanProperty = property(get_RowSpanProperty, None)
|
|
580
|
+
class _GridPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
581
|
+
pass
|
|
582
|
+
class GridPatternIdentifiers(ComPtr, metaclass=_GridPatternIdentifiers_Meta_):
|
|
583
|
+
extends: IInspectable
|
|
584
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IGridPatternIdentifiers
|
|
585
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.GridPatternIdentifiers'
|
|
586
|
+
@winrt_classmethod
|
|
587
|
+
def get_ColumnCountProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
588
|
+
@winrt_classmethod
|
|
589
|
+
def get_RowCountProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IGridPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
590
|
+
_GridPatternIdentifiers_Meta_.ColumnCountProperty = property(get_ColumnCountProperty, None)
|
|
591
|
+
_GridPatternIdentifiers_Meta_.RowCountProperty = property(get_RowCountProperty, None)
|
|
592
|
+
class IAnnotationPatternIdentifiers(ComPtr):
|
|
593
|
+
extends: IInspectable
|
|
594
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiers'
|
|
595
|
+
_iid_ = Guid('{92d76915-0cd3-59cd-8ae0-c9004628ba1e}')
|
|
596
|
+
class IAnnotationPatternIdentifiersStatics(ComPtr):
|
|
597
|
+
extends: IInspectable
|
|
598
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAnnotationPatternIdentifiersStatics'
|
|
599
|
+
_iid_ = Guid('{20a136e2-4a47-5de5-9e1e-ecfc6d92f52a}')
|
|
600
|
+
@winrt_commethod(6)
|
|
601
|
+
def get_AnnotationTypeIdProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
602
|
+
@winrt_commethod(7)
|
|
603
|
+
def get_AnnotationTypeNameProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
604
|
+
@winrt_commethod(8)
|
|
605
|
+
def get_AuthorProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
606
|
+
@winrt_commethod(9)
|
|
607
|
+
def get_DateTimeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
608
|
+
@winrt_commethod(10)
|
|
609
|
+
def get_TargetProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
610
|
+
AnnotationTypeIdProperty = property(get_AnnotationTypeIdProperty, None)
|
|
611
|
+
AnnotationTypeNameProperty = property(get_AnnotationTypeNameProperty, None)
|
|
612
|
+
AuthorProperty = property(get_AuthorProperty, None)
|
|
613
|
+
DateTimeProperty = property(get_DateTimeProperty, None)
|
|
614
|
+
TargetProperty = property(get_TargetProperty, None)
|
|
615
|
+
class IAutomationAnnotation(ComPtr):
|
|
616
|
+
extends: IInspectable
|
|
617
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationAnnotation'
|
|
618
|
+
_iid_ = Guid('{c2cc46ad-1414-5f1b-808a-89e5d53d82fe}')
|
|
619
|
+
@winrt_commethod(6)
|
|
620
|
+
def get_Type(self) -> win32more.Microsoft.UI.Xaml.Automation.AnnotationType: ...
|
|
621
|
+
@winrt_commethod(7)
|
|
622
|
+
def put_Type(self, value: win32more.Microsoft.UI.Xaml.Automation.AnnotationType) -> Void: ...
|
|
623
|
+
@winrt_commethod(8)
|
|
624
|
+
def get_Element(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
625
|
+
@winrt_commethod(9)
|
|
626
|
+
def put_Element(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
627
|
+
Element = property(get_Element, put_Element)
|
|
628
|
+
Type = property(get_Type, put_Type)
|
|
629
|
+
class IAutomationAnnotationFactory(ComPtr):
|
|
630
|
+
extends: IInspectable
|
|
631
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationAnnotationFactory'
|
|
632
|
+
_iid_ = Guid('{95f82773-eac5-572e-87de-24d9514b9a89}')
|
|
633
|
+
@winrt_commethod(6)
|
|
634
|
+
def CreateInstance(self, type: win32more.Microsoft.UI.Xaml.Automation.AnnotationType) -> win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation: ...
|
|
635
|
+
@winrt_commethod(7)
|
|
636
|
+
def CreateWithElementParameter(self, type: win32more.Microsoft.UI.Xaml.Automation.AnnotationType, element: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation: ...
|
|
637
|
+
class IAutomationAnnotationStatics(ComPtr):
|
|
638
|
+
extends: IInspectable
|
|
639
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationAnnotationStatics'
|
|
640
|
+
_iid_ = Guid('{c5abdc1e-fc26-5444-a8b3-59b2c0a95578}')
|
|
641
|
+
@winrt_commethod(6)
|
|
642
|
+
def get_TypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
643
|
+
@winrt_commethod(7)
|
|
644
|
+
def get_ElementProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
645
|
+
ElementProperty = property(get_ElementProperty, None)
|
|
646
|
+
TypeProperty = property(get_TypeProperty, None)
|
|
647
|
+
class IAutomationElementIdentifiers(ComPtr):
|
|
648
|
+
extends: IInspectable
|
|
649
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiers'
|
|
650
|
+
_iid_ = Guid('{2fb51a33-b0cf-5a4c-9ed3-267eca7aeefc}')
|
|
651
|
+
class IAutomationElementIdentifiersStatics(ComPtr):
|
|
652
|
+
extends: IInspectable
|
|
653
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationElementIdentifiersStatics'
|
|
654
|
+
_iid_ = Guid('{72af6b8c-3e12-5e7a-a2ec-26dc193f9df9}')
|
|
655
|
+
@winrt_commethod(6)
|
|
656
|
+
def get_AcceleratorKeyProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
657
|
+
@winrt_commethod(7)
|
|
658
|
+
def get_AccessKeyProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
659
|
+
@winrt_commethod(8)
|
|
660
|
+
def get_AutomationIdProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
661
|
+
@winrt_commethod(9)
|
|
662
|
+
def get_BoundingRectangleProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
663
|
+
@winrt_commethod(10)
|
|
664
|
+
def get_ClassNameProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
665
|
+
@winrt_commethod(11)
|
|
666
|
+
def get_ClickablePointProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
667
|
+
@winrt_commethod(12)
|
|
668
|
+
def get_ControlTypeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
669
|
+
@winrt_commethod(13)
|
|
670
|
+
def get_HasKeyboardFocusProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
671
|
+
@winrt_commethod(14)
|
|
672
|
+
def get_HelpTextProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
673
|
+
@winrt_commethod(15)
|
|
674
|
+
def get_IsContentElementProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
675
|
+
@winrt_commethod(16)
|
|
676
|
+
def get_IsControlElementProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
677
|
+
@winrt_commethod(17)
|
|
678
|
+
def get_IsEnabledProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
679
|
+
@winrt_commethod(18)
|
|
680
|
+
def get_IsKeyboardFocusableProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
681
|
+
@winrt_commethod(19)
|
|
682
|
+
def get_IsOffscreenProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
683
|
+
@winrt_commethod(20)
|
|
684
|
+
def get_IsPasswordProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
685
|
+
@winrt_commethod(21)
|
|
686
|
+
def get_IsRequiredForFormProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
687
|
+
@winrt_commethod(22)
|
|
688
|
+
def get_ItemStatusProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
689
|
+
@winrt_commethod(23)
|
|
690
|
+
def get_ItemTypeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
691
|
+
@winrt_commethod(24)
|
|
692
|
+
def get_LabeledByProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
693
|
+
@winrt_commethod(25)
|
|
694
|
+
def get_LocalizedControlTypeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
695
|
+
@winrt_commethod(26)
|
|
696
|
+
def get_NameProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
697
|
+
@winrt_commethod(27)
|
|
698
|
+
def get_OrientationProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
699
|
+
@winrt_commethod(28)
|
|
700
|
+
def get_LiveSettingProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
701
|
+
@winrt_commethod(29)
|
|
702
|
+
def get_ControlledPeersProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
703
|
+
@winrt_commethod(30)
|
|
704
|
+
def get_PositionInSetProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
705
|
+
@winrt_commethod(31)
|
|
706
|
+
def get_SizeOfSetProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
707
|
+
@winrt_commethod(32)
|
|
708
|
+
def get_LevelProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
709
|
+
@winrt_commethod(33)
|
|
710
|
+
def get_AnnotationsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
711
|
+
@winrt_commethod(34)
|
|
712
|
+
def get_LandmarkTypeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
713
|
+
@winrt_commethod(35)
|
|
714
|
+
def get_LocalizedLandmarkTypeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
715
|
+
@winrt_commethod(36)
|
|
716
|
+
def get_IsPeripheralProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
717
|
+
@winrt_commethod(37)
|
|
718
|
+
def get_IsDataValidForFormProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
719
|
+
@winrt_commethod(38)
|
|
720
|
+
def get_FullDescriptionProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
721
|
+
@winrt_commethod(39)
|
|
722
|
+
def get_DescribedByProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
723
|
+
@winrt_commethod(40)
|
|
724
|
+
def get_FlowsToProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
725
|
+
@winrt_commethod(41)
|
|
726
|
+
def get_FlowsFromProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
727
|
+
@winrt_commethod(42)
|
|
728
|
+
def get_CultureProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
729
|
+
@winrt_commethod(43)
|
|
730
|
+
def get_HeadingLevelProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
731
|
+
@winrt_commethod(44)
|
|
732
|
+
def get_IsDialogProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
733
|
+
AcceleratorKeyProperty = property(get_AcceleratorKeyProperty, None)
|
|
734
|
+
AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
735
|
+
AnnotationsProperty = property(get_AnnotationsProperty, None)
|
|
736
|
+
AutomationIdProperty = property(get_AutomationIdProperty, None)
|
|
737
|
+
BoundingRectangleProperty = property(get_BoundingRectangleProperty, None)
|
|
738
|
+
ClassNameProperty = property(get_ClassNameProperty, None)
|
|
739
|
+
ClickablePointProperty = property(get_ClickablePointProperty, None)
|
|
740
|
+
ControlTypeProperty = property(get_ControlTypeProperty, None)
|
|
741
|
+
ControlledPeersProperty = property(get_ControlledPeersProperty, None)
|
|
742
|
+
CultureProperty = property(get_CultureProperty, None)
|
|
743
|
+
DescribedByProperty = property(get_DescribedByProperty, None)
|
|
744
|
+
FlowsFromProperty = property(get_FlowsFromProperty, None)
|
|
745
|
+
FlowsToProperty = property(get_FlowsToProperty, None)
|
|
746
|
+
FullDescriptionProperty = property(get_FullDescriptionProperty, None)
|
|
747
|
+
HasKeyboardFocusProperty = property(get_HasKeyboardFocusProperty, None)
|
|
748
|
+
HeadingLevelProperty = property(get_HeadingLevelProperty, None)
|
|
749
|
+
HelpTextProperty = property(get_HelpTextProperty, None)
|
|
750
|
+
IsContentElementProperty = property(get_IsContentElementProperty, None)
|
|
751
|
+
IsControlElementProperty = property(get_IsControlElementProperty, None)
|
|
752
|
+
IsDataValidForFormProperty = property(get_IsDataValidForFormProperty, None)
|
|
753
|
+
IsDialogProperty = property(get_IsDialogProperty, None)
|
|
754
|
+
IsEnabledProperty = property(get_IsEnabledProperty, None)
|
|
755
|
+
IsKeyboardFocusableProperty = property(get_IsKeyboardFocusableProperty, None)
|
|
756
|
+
IsOffscreenProperty = property(get_IsOffscreenProperty, None)
|
|
757
|
+
IsPasswordProperty = property(get_IsPasswordProperty, None)
|
|
758
|
+
IsPeripheralProperty = property(get_IsPeripheralProperty, None)
|
|
759
|
+
IsRequiredForFormProperty = property(get_IsRequiredForFormProperty, None)
|
|
760
|
+
ItemStatusProperty = property(get_ItemStatusProperty, None)
|
|
761
|
+
ItemTypeProperty = property(get_ItemTypeProperty, None)
|
|
762
|
+
LabeledByProperty = property(get_LabeledByProperty, None)
|
|
763
|
+
LandmarkTypeProperty = property(get_LandmarkTypeProperty, None)
|
|
764
|
+
LevelProperty = property(get_LevelProperty, None)
|
|
765
|
+
LiveSettingProperty = property(get_LiveSettingProperty, None)
|
|
766
|
+
LocalizedControlTypeProperty = property(get_LocalizedControlTypeProperty, None)
|
|
767
|
+
LocalizedLandmarkTypeProperty = property(get_LocalizedLandmarkTypeProperty, None)
|
|
768
|
+
NameProperty = property(get_NameProperty, None)
|
|
769
|
+
OrientationProperty = property(get_OrientationProperty, None)
|
|
770
|
+
PositionInSetProperty = property(get_PositionInSetProperty, None)
|
|
771
|
+
SizeOfSetProperty = property(get_SizeOfSetProperty, None)
|
|
772
|
+
class IAutomationProperties(ComPtr):
|
|
773
|
+
extends: IInspectable
|
|
774
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationProperties'
|
|
775
|
+
_iid_ = Guid('{525c6a71-dd8a-52a0-977b-db1b02f8e896}')
|
|
776
|
+
class IAutomationPropertiesStatics(ComPtr):
|
|
777
|
+
extends: IInspectable
|
|
778
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics'
|
|
779
|
+
_iid_ = Guid('{b1e3e0f3-112f-5966-87dc-7862d4ad50e5}')
|
|
780
|
+
@winrt_commethod(6)
|
|
781
|
+
def get_AcceleratorKeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
782
|
+
@winrt_commethod(7)
|
|
783
|
+
def GetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
784
|
+
@winrt_commethod(8)
|
|
785
|
+
def SetAcceleratorKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
786
|
+
@winrt_commethod(9)
|
|
787
|
+
def get_AccessKeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
788
|
+
@winrt_commethod(10)
|
|
789
|
+
def GetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
790
|
+
@winrt_commethod(11)
|
|
791
|
+
def SetAccessKey(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
792
|
+
@winrt_commethod(12)
|
|
793
|
+
def get_AutomationIdProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
794
|
+
@winrt_commethod(13)
|
|
795
|
+
def GetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
796
|
+
@winrt_commethod(14)
|
|
797
|
+
def SetAutomationId(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
798
|
+
@winrt_commethod(15)
|
|
799
|
+
def get_HelpTextProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
800
|
+
@winrt_commethod(16)
|
|
801
|
+
def GetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
802
|
+
@winrt_commethod(17)
|
|
803
|
+
def SetHelpText(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
804
|
+
@winrt_commethod(18)
|
|
805
|
+
def get_IsRequiredForFormProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
806
|
+
@winrt_commethod(19)
|
|
807
|
+
def GetIsRequiredForForm(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
808
|
+
@winrt_commethod(20)
|
|
809
|
+
def SetIsRequiredForForm(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
810
|
+
@winrt_commethod(21)
|
|
811
|
+
def get_ItemStatusProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
812
|
+
@winrt_commethod(22)
|
|
813
|
+
def GetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
814
|
+
@winrt_commethod(23)
|
|
815
|
+
def SetItemStatus(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
816
|
+
@winrt_commethod(24)
|
|
817
|
+
def get_ItemTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
818
|
+
@winrt_commethod(25)
|
|
819
|
+
def GetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
820
|
+
@winrt_commethod(26)
|
|
821
|
+
def SetItemType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
822
|
+
@winrt_commethod(27)
|
|
823
|
+
def get_LabeledByProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
824
|
+
@winrt_commethod(28)
|
|
825
|
+
def GetLabeledBy(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
826
|
+
@winrt_commethod(29)
|
|
827
|
+
def SetLabeledBy(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
828
|
+
@winrt_commethod(30)
|
|
829
|
+
def get_NameProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
830
|
+
@winrt_commethod(31)
|
|
831
|
+
def GetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
832
|
+
@winrt_commethod(32)
|
|
833
|
+
def SetName(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
834
|
+
@winrt_commethod(33)
|
|
835
|
+
def get_LiveSettingProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
836
|
+
@winrt_commethod(34)
|
|
837
|
+
def GetLiveSetting(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLiveSetting: ...
|
|
838
|
+
@winrt_commethod(35)
|
|
839
|
+
def SetLiveSetting(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLiveSetting) -> Void: ...
|
|
840
|
+
@winrt_commethod(36)
|
|
841
|
+
def get_AccessibilityViewProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
842
|
+
@winrt_commethod(37)
|
|
843
|
+
def GetAccessibilityView(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AccessibilityView: ...
|
|
844
|
+
@winrt_commethod(38)
|
|
845
|
+
def SetAccessibilityView(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AccessibilityView) -> Void: ...
|
|
846
|
+
@winrt_commethod(39)
|
|
847
|
+
def get_ControlledPeersProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
848
|
+
@winrt_commethod(40)
|
|
849
|
+
def GetControlledPeers(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.UIElement]: ...
|
|
850
|
+
@winrt_commethod(41)
|
|
851
|
+
def get_PositionInSetProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
852
|
+
@winrt_commethod(42)
|
|
853
|
+
def GetPositionInSet(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
854
|
+
@winrt_commethod(43)
|
|
855
|
+
def SetPositionInSet(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
856
|
+
@winrt_commethod(44)
|
|
857
|
+
def get_SizeOfSetProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
858
|
+
@winrt_commethod(45)
|
|
859
|
+
def GetSizeOfSet(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
860
|
+
@winrt_commethod(46)
|
|
861
|
+
def SetSizeOfSet(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
862
|
+
@winrt_commethod(47)
|
|
863
|
+
def get_LevelProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
864
|
+
@winrt_commethod(48)
|
|
865
|
+
def GetLevel(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
866
|
+
@winrt_commethod(49)
|
|
867
|
+
def SetLevel(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
868
|
+
@winrt_commethod(50)
|
|
869
|
+
def get_AnnotationsProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
870
|
+
@winrt_commethod(51)
|
|
871
|
+
def GetAnnotations(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Automation.AutomationAnnotation]: ...
|
|
872
|
+
@winrt_commethod(52)
|
|
873
|
+
def get_LandmarkTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
874
|
+
@winrt_commethod(53)
|
|
875
|
+
def GetLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType: ...
|
|
876
|
+
@winrt_commethod(54)
|
|
877
|
+
def SetLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType) -> Void: ...
|
|
878
|
+
@winrt_commethod(55)
|
|
879
|
+
def get_LocalizedLandmarkTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
880
|
+
@winrt_commethod(56)
|
|
881
|
+
def GetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
882
|
+
@winrt_commethod(57)
|
|
883
|
+
def SetLocalizedLandmarkType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
884
|
+
@winrt_commethod(58)
|
|
885
|
+
def get_IsPeripheralProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
886
|
+
@winrt_commethod(59)
|
|
887
|
+
def GetIsPeripheral(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
888
|
+
@winrt_commethod(60)
|
|
889
|
+
def SetIsPeripheral(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
890
|
+
@winrt_commethod(61)
|
|
891
|
+
def get_IsDataValidForFormProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
892
|
+
@winrt_commethod(62)
|
|
893
|
+
def GetIsDataValidForForm(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
894
|
+
@winrt_commethod(63)
|
|
895
|
+
def SetIsDataValidForForm(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
896
|
+
@winrt_commethod(64)
|
|
897
|
+
def get_FullDescriptionProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
898
|
+
@winrt_commethod(65)
|
|
899
|
+
def GetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
900
|
+
@winrt_commethod(66)
|
|
901
|
+
def SetFullDescription(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
902
|
+
@winrt_commethod(67)
|
|
903
|
+
def get_LocalizedControlTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
904
|
+
@winrt_commethod(68)
|
|
905
|
+
def GetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> WinRT_String: ...
|
|
906
|
+
@winrt_commethod(69)
|
|
907
|
+
def SetLocalizedControlType(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: WinRT_String) -> Void: ...
|
|
908
|
+
@winrt_commethod(70)
|
|
909
|
+
def get_DescribedByProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
910
|
+
@winrt_commethod(71)
|
|
911
|
+
def GetDescribedBy(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
912
|
+
@winrt_commethod(72)
|
|
913
|
+
def get_FlowsToProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
914
|
+
@winrt_commethod(73)
|
|
915
|
+
def GetFlowsTo(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
916
|
+
@winrt_commethod(74)
|
|
917
|
+
def get_FlowsFromProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
918
|
+
@winrt_commethod(75)
|
|
919
|
+
def GetFlowsFrom(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.DependencyObject]: ...
|
|
920
|
+
@winrt_commethod(76)
|
|
921
|
+
def get_CultureProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
922
|
+
@winrt_commethod(77)
|
|
923
|
+
def GetCulture(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Int32: ...
|
|
924
|
+
@winrt_commethod(78)
|
|
925
|
+
def SetCulture(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Int32) -> Void: ...
|
|
926
|
+
@winrt_commethod(79)
|
|
927
|
+
def get_HeadingLevelProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
928
|
+
@winrt_commethod(80)
|
|
929
|
+
def GetHeadingLevel(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel: ...
|
|
930
|
+
@winrt_commethod(81)
|
|
931
|
+
def SetHeadingLevel(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel) -> Void: ...
|
|
932
|
+
@winrt_commethod(82)
|
|
933
|
+
def get_IsDialogProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
934
|
+
@winrt_commethod(83)
|
|
935
|
+
def GetIsDialog(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
936
|
+
@winrt_commethod(84)
|
|
937
|
+
def SetIsDialog(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: Boolean) -> Void: ...
|
|
938
|
+
AcceleratorKeyProperty = property(get_AcceleratorKeyProperty, None)
|
|
939
|
+
AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
940
|
+
AccessibilityViewProperty = property(get_AccessibilityViewProperty, None)
|
|
941
|
+
AnnotationsProperty = property(get_AnnotationsProperty, None)
|
|
942
|
+
AutomationIdProperty = property(get_AutomationIdProperty, None)
|
|
943
|
+
ControlledPeersProperty = property(get_ControlledPeersProperty, None)
|
|
944
|
+
CultureProperty = property(get_CultureProperty, None)
|
|
945
|
+
DescribedByProperty = property(get_DescribedByProperty, None)
|
|
946
|
+
FlowsFromProperty = property(get_FlowsFromProperty, None)
|
|
947
|
+
FlowsToProperty = property(get_FlowsToProperty, None)
|
|
948
|
+
FullDescriptionProperty = property(get_FullDescriptionProperty, None)
|
|
949
|
+
HeadingLevelProperty = property(get_HeadingLevelProperty, None)
|
|
950
|
+
HelpTextProperty = property(get_HelpTextProperty, None)
|
|
951
|
+
IsDataValidForFormProperty = property(get_IsDataValidForFormProperty, None)
|
|
952
|
+
IsDialogProperty = property(get_IsDialogProperty, None)
|
|
953
|
+
IsPeripheralProperty = property(get_IsPeripheralProperty, None)
|
|
954
|
+
IsRequiredForFormProperty = property(get_IsRequiredForFormProperty, None)
|
|
955
|
+
ItemStatusProperty = property(get_ItemStatusProperty, None)
|
|
956
|
+
ItemTypeProperty = property(get_ItemTypeProperty, None)
|
|
957
|
+
LabeledByProperty = property(get_LabeledByProperty, None)
|
|
958
|
+
LandmarkTypeProperty = property(get_LandmarkTypeProperty, None)
|
|
959
|
+
LevelProperty = property(get_LevelProperty, None)
|
|
960
|
+
LiveSettingProperty = property(get_LiveSettingProperty, None)
|
|
961
|
+
LocalizedControlTypeProperty = property(get_LocalizedControlTypeProperty, None)
|
|
962
|
+
LocalizedLandmarkTypeProperty = property(get_LocalizedLandmarkTypeProperty, None)
|
|
963
|
+
NameProperty = property(get_NameProperty, None)
|
|
964
|
+
PositionInSetProperty = property(get_PositionInSetProperty, None)
|
|
965
|
+
SizeOfSetProperty = property(get_SizeOfSetProperty, None)
|
|
966
|
+
class IAutomationPropertiesStatics2(ComPtr):
|
|
967
|
+
extends: IInspectable
|
|
968
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationPropertiesStatics2'
|
|
969
|
+
_iid_ = Guid('{d933a3ed-e90a-5df0-853d-cad17a0b9ec8}')
|
|
970
|
+
@winrt_commethod(6)
|
|
971
|
+
def get_AutomationControlTypeProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
972
|
+
@winrt_commethod(7)
|
|
973
|
+
def GetAutomationControlType(self, element: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType: ...
|
|
974
|
+
@winrt_commethod(8)
|
|
975
|
+
def SetAutomationControlType(self, element: win32more.Microsoft.UI.Xaml.UIElement, value: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationControlType) -> Void: ...
|
|
976
|
+
AutomationControlTypeProperty = property(get_AutomationControlTypeProperty, None)
|
|
977
|
+
class IAutomationProperty(ComPtr):
|
|
978
|
+
extends: IInspectable
|
|
979
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IAutomationProperty'
|
|
980
|
+
_iid_ = Guid('{5ca6b2c8-ff86-5a41-aa18-6948fae592cf}')
|
|
981
|
+
class IDockPatternIdentifiers(ComPtr):
|
|
982
|
+
extends: IInspectable
|
|
983
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDockPatternIdentifiers'
|
|
984
|
+
_iid_ = Guid('{75574f99-d145-547e-972b-7d879f93c03e}')
|
|
985
|
+
class IDockPatternIdentifiersStatics(ComPtr):
|
|
986
|
+
extends: IInspectable
|
|
987
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDockPatternIdentifiersStatics'
|
|
988
|
+
_iid_ = Guid('{02d5a72c-f49d-53a9-b9fb-af2719d16ccf}')
|
|
989
|
+
@winrt_commethod(6)
|
|
990
|
+
def get_DockPositionProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
991
|
+
DockPositionProperty = property(get_DockPositionProperty, None)
|
|
992
|
+
class IDragPatternIdentifiers(ComPtr):
|
|
993
|
+
extends: IInspectable
|
|
994
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDragPatternIdentifiers'
|
|
995
|
+
_iid_ = Guid('{aa2fdfd5-fb45-5d2b-8d92-a8e7b07061c2}')
|
|
996
|
+
class IDragPatternIdentifiersStatics(ComPtr):
|
|
997
|
+
extends: IInspectable
|
|
998
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDragPatternIdentifiersStatics'
|
|
999
|
+
_iid_ = Guid('{482eee70-0bfc-5552-9e7d-8dffc526b2f7}')
|
|
1000
|
+
@winrt_commethod(6)
|
|
1001
|
+
def get_DropEffectProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1002
|
+
@winrt_commethod(7)
|
|
1003
|
+
def get_DropEffectsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1004
|
+
@winrt_commethod(8)
|
|
1005
|
+
def get_GrabbedItemsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1006
|
+
@winrt_commethod(9)
|
|
1007
|
+
def get_IsGrabbedProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1008
|
+
DropEffectProperty = property(get_DropEffectProperty, None)
|
|
1009
|
+
DropEffectsProperty = property(get_DropEffectsProperty, None)
|
|
1010
|
+
GrabbedItemsProperty = property(get_GrabbedItemsProperty, None)
|
|
1011
|
+
IsGrabbedProperty = property(get_IsGrabbedProperty, None)
|
|
1012
|
+
class IDropTargetPatternIdentifiers(ComPtr):
|
|
1013
|
+
extends: IInspectable
|
|
1014
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDropTargetPatternIdentifiers'
|
|
1015
|
+
_iid_ = Guid('{133e8ff3-1ddd-5cbb-b908-1484d7c04da7}')
|
|
1016
|
+
class IDropTargetPatternIdentifiersStatics(ComPtr):
|
|
1017
|
+
extends: IInspectable
|
|
1018
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IDropTargetPatternIdentifiersStatics'
|
|
1019
|
+
_iid_ = Guid('{6da6f0bd-b942-5283-be35-501ae87f88c7}')
|
|
1020
|
+
@winrt_commethod(6)
|
|
1021
|
+
def get_DropTargetEffectProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1022
|
+
@winrt_commethod(7)
|
|
1023
|
+
def get_DropTargetEffectsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1024
|
+
DropTargetEffectProperty = property(get_DropTargetEffectProperty, None)
|
|
1025
|
+
DropTargetEffectsProperty = property(get_DropTargetEffectsProperty, None)
|
|
1026
|
+
class IExpandCollapsePatternIdentifiers(ComPtr):
|
|
1027
|
+
extends: IInspectable
|
|
1028
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IExpandCollapsePatternIdentifiers'
|
|
1029
|
+
_iid_ = Guid('{cec15d9f-8630-569a-86a0-524bbea618ff}')
|
|
1030
|
+
class IExpandCollapsePatternIdentifiersStatics(ComPtr):
|
|
1031
|
+
extends: IInspectable
|
|
1032
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IExpandCollapsePatternIdentifiersStatics'
|
|
1033
|
+
_iid_ = Guid('{283101f4-c40c-55bf-a23b-d62b73b6aa35}')
|
|
1034
|
+
@winrt_commethod(6)
|
|
1035
|
+
def get_ExpandCollapseStateProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1036
|
+
ExpandCollapseStateProperty = property(get_ExpandCollapseStateProperty, None)
|
|
1037
|
+
class IGridItemPatternIdentifiers(ComPtr):
|
|
1038
|
+
extends: IInspectable
|
|
1039
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiers'
|
|
1040
|
+
_iid_ = Guid('{93609087-1114-557d-b17b-f801e41cebbb}')
|
|
1041
|
+
class IGridItemPatternIdentifiersStatics(ComPtr):
|
|
1042
|
+
extends: IInspectable
|
|
1043
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IGridItemPatternIdentifiersStatics'
|
|
1044
|
+
_iid_ = Guid('{8072bc18-87d0-5a02-a0a1-f9aec968c0e7}')
|
|
1045
|
+
@winrt_commethod(6)
|
|
1046
|
+
def get_ColumnProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1047
|
+
@winrt_commethod(7)
|
|
1048
|
+
def get_ColumnSpanProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1049
|
+
@winrt_commethod(8)
|
|
1050
|
+
def get_ContainingGridProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1051
|
+
@winrt_commethod(9)
|
|
1052
|
+
def get_RowProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1053
|
+
@winrt_commethod(10)
|
|
1054
|
+
def get_RowSpanProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1055
|
+
ColumnProperty = property(get_ColumnProperty, None)
|
|
1056
|
+
ColumnSpanProperty = property(get_ColumnSpanProperty, None)
|
|
1057
|
+
ContainingGridProperty = property(get_ContainingGridProperty, None)
|
|
1058
|
+
RowProperty = property(get_RowProperty, None)
|
|
1059
|
+
RowSpanProperty = property(get_RowSpanProperty, None)
|
|
1060
|
+
class IGridPatternIdentifiers(ComPtr):
|
|
1061
|
+
extends: IInspectable
|
|
1062
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IGridPatternIdentifiers'
|
|
1063
|
+
_iid_ = Guid('{e5e1e250-c37c-54a2-8c61-1d9ccd3bb39c}')
|
|
1064
|
+
class IGridPatternIdentifiersStatics(ComPtr):
|
|
1065
|
+
extends: IInspectable
|
|
1066
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IGridPatternIdentifiersStatics'
|
|
1067
|
+
_iid_ = Guid('{e861604c-101f-5a6d-a308-3714f510f744}')
|
|
1068
|
+
@winrt_commethod(6)
|
|
1069
|
+
def get_ColumnCountProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1070
|
+
@winrt_commethod(7)
|
|
1071
|
+
def get_RowCountProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1072
|
+
ColumnCountProperty = property(get_ColumnCountProperty, None)
|
|
1073
|
+
RowCountProperty = property(get_RowCountProperty, None)
|
|
1074
|
+
class IMultipleViewPatternIdentifiers(ComPtr):
|
|
1075
|
+
extends: IInspectable
|
|
1076
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IMultipleViewPatternIdentifiers'
|
|
1077
|
+
_iid_ = Guid('{70e4c847-2b82-5ecf-b808-e9d453c1fe53}')
|
|
1078
|
+
class IMultipleViewPatternIdentifiersStatics(ComPtr):
|
|
1079
|
+
extends: IInspectable
|
|
1080
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IMultipleViewPatternIdentifiersStatics'
|
|
1081
|
+
_iid_ = Guid('{ac71daef-d094-5c90-94af-1fa474ab45fe}')
|
|
1082
|
+
@winrt_commethod(6)
|
|
1083
|
+
def get_CurrentViewProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1084
|
+
@winrt_commethod(7)
|
|
1085
|
+
def get_SupportedViewsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1086
|
+
CurrentViewProperty = property(get_CurrentViewProperty, None)
|
|
1087
|
+
SupportedViewsProperty = property(get_SupportedViewsProperty, None)
|
|
1088
|
+
class IRangeValuePatternIdentifiers(ComPtr):
|
|
1089
|
+
extends: IInspectable
|
|
1090
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiers'
|
|
1091
|
+
_iid_ = Guid('{c114db37-6a75-5ef1-a542-d3b13f92cbfe}')
|
|
1092
|
+
class IRangeValuePatternIdentifiersStatics(ComPtr):
|
|
1093
|
+
extends: IInspectable
|
|
1094
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics'
|
|
1095
|
+
_iid_ = Guid('{0aaa9ad7-f9b8-52a1-bc96-2a97fe389ed0}')
|
|
1096
|
+
@winrt_commethod(6)
|
|
1097
|
+
def get_IsReadOnlyProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1098
|
+
@winrt_commethod(7)
|
|
1099
|
+
def get_LargeChangeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1100
|
+
@winrt_commethod(8)
|
|
1101
|
+
def get_MaximumProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1102
|
+
@winrt_commethod(9)
|
|
1103
|
+
def get_MinimumProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1104
|
+
@winrt_commethod(10)
|
|
1105
|
+
def get_SmallChangeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1106
|
+
@winrt_commethod(11)
|
|
1107
|
+
def get_ValueProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1108
|
+
IsReadOnlyProperty = property(get_IsReadOnlyProperty, None)
|
|
1109
|
+
LargeChangeProperty = property(get_LargeChangeProperty, None)
|
|
1110
|
+
MaximumProperty = property(get_MaximumProperty, None)
|
|
1111
|
+
MinimumProperty = property(get_MinimumProperty, None)
|
|
1112
|
+
SmallChangeProperty = property(get_SmallChangeProperty, None)
|
|
1113
|
+
ValueProperty = property(get_ValueProperty, None)
|
|
1114
|
+
class IScrollPatternIdentifiers(ComPtr):
|
|
1115
|
+
extends: IInspectable
|
|
1116
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiers'
|
|
1117
|
+
_iid_ = Guid('{04f1a4b8-edc7-55f2-96df-a9c7e809372e}')
|
|
1118
|
+
class IScrollPatternIdentifiersStatics(ComPtr):
|
|
1119
|
+
extends: IInspectable
|
|
1120
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics'
|
|
1121
|
+
_iid_ = Guid('{0f94f2f0-e0d2-5a24-b415-8d1506ce47aa}')
|
|
1122
|
+
@winrt_commethod(6)
|
|
1123
|
+
def get_HorizontallyScrollableProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1124
|
+
@winrt_commethod(7)
|
|
1125
|
+
def get_HorizontalScrollPercentProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1126
|
+
@winrt_commethod(8)
|
|
1127
|
+
def get_HorizontalViewSizeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1128
|
+
@winrt_commethod(9)
|
|
1129
|
+
def get_NoScroll(self) -> Double: ...
|
|
1130
|
+
@winrt_commethod(10)
|
|
1131
|
+
def get_VerticallyScrollableProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1132
|
+
@winrt_commethod(11)
|
|
1133
|
+
def get_VerticalScrollPercentProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1134
|
+
@winrt_commethod(12)
|
|
1135
|
+
def get_VerticalViewSizeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1136
|
+
HorizontalScrollPercentProperty = property(get_HorizontalScrollPercentProperty, None)
|
|
1137
|
+
HorizontalViewSizeProperty = property(get_HorizontalViewSizeProperty, None)
|
|
1138
|
+
HorizontallyScrollableProperty = property(get_HorizontallyScrollableProperty, None)
|
|
1139
|
+
NoScroll = property(get_NoScroll, None)
|
|
1140
|
+
VerticalScrollPercentProperty = property(get_VerticalScrollPercentProperty, None)
|
|
1141
|
+
VerticalViewSizeProperty = property(get_VerticalViewSizeProperty, None)
|
|
1142
|
+
VerticallyScrollableProperty = property(get_VerticallyScrollableProperty, None)
|
|
1143
|
+
class ISelectionItemPatternIdentifiers(ComPtr):
|
|
1144
|
+
extends: IInspectable
|
|
1145
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISelectionItemPatternIdentifiers'
|
|
1146
|
+
_iid_ = Guid('{ce3a549d-a2cb-594d-a2a4-44778c09cca5}')
|
|
1147
|
+
class ISelectionItemPatternIdentifiersStatics(ComPtr):
|
|
1148
|
+
extends: IInspectable
|
|
1149
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISelectionItemPatternIdentifiersStatics'
|
|
1150
|
+
_iid_ = Guid('{2b8ead7c-4e03-5b84-9e34-8b7384cbd862}')
|
|
1151
|
+
@winrt_commethod(6)
|
|
1152
|
+
def get_IsSelectedProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1153
|
+
@winrt_commethod(7)
|
|
1154
|
+
def get_SelectionContainerProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1155
|
+
IsSelectedProperty = property(get_IsSelectedProperty, None)
|
|
1156
|
+
SelectionContainerProperty = property(get_SelectionContainerProperty, None)
|
|
1157
|
+
class ISelectionPatternIdentifiers(ComPtr):
|
|
1158
|
+
extends: IInspectable
|
|
1159
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiers'
|
|
1160
|
+
_iid_ = Guid('{401743d2-1fba-5d05-b89f-631676453237}')
|
|
1161
|
+
class ISelectionPatternIdentifiersStatics(ComPtr):
|
|
1162
|
+
extends: IInspectable
|
|
1163
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics'
|
|
1164
|
+
_iid_ = Guid('{f3ed111b-b20a-5e5e-a232-07f607fd5c07}')
|
|
1165
|
+
@winrt_commethod(6)
|
|
1166
|
+
def get_CanSelectMultipleProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1167
|
+
@winrt_commethod(7)
|
|
1168
|
+
def get_IsSelectionRequiredProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1169
|
+
@winrt_commethod(8)
|
|
1170
|
+
def get_SelectionProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1171
|
+
CanSelectMultipleProperty = property(get_CanSelectMultipleProperty, None)
|
|
1172
|
+
IsSelectionRequiredProperty = property(get_IsSelectionRequiredProperty, None)
|
|
1173
|
+
SelectionProperty = property(get_SelectionProperty, None)
|
|
1174
|
+
class ISpreadsheetItemPatternIdentifiers(ComPtr):
|
|
1175
|
+
extends: IInspectable
|
|
1176
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISpreadsheetItemPatternIdentifiers'
|
|
1177
|
+
_iid_ = Guid('{dca2ec46-8564-5c9c-ba90-2c08455f697b}')
|
|
1178
|
+
class ISpreadsheetItemPatternIdentifiersStatics(ComPtr):
|
|
1179
|
+
extends: IInspectable
|
|
1180
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ISpreadsheetItemPatternIdentifiersStatics'
|
|
1181
|
+
_iid_ = Guid('{7eb10f80-8d3a-59ad-a2b9-05d8cecf18db}')
|
|
1182
|
+
@winrt_commethod(6)
|
|
1183
|
+
def get_FormulaProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1184
|
+
FormulaProperty = property(get_FormulaProperty, None)
|
|
1185
|
+
class IStylesPatternIdentifiers(ComPtr):
|
|
1186
|
+
extends: IInspectable
|
|
1187
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiers'
|
|
1188
|
+
_iid_ = Guid('{13aeca5e-b496-5df5-aea5-330e1f0490eb}')
|
|
1189
|
+
class IStylesPatternIdentifiersStatics(ComPtr):
|
|
1190
|
+
extends: IInspectable
|
|
1191
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics'
|
|
1192
|
+
_iid_ = Guid('{b232287a-bc4c-581e-a33c-3d6aee10d04b}')
|
|
1193
|
+
@winrt_commethod(6)
|
|
1194
|
+
def get_ExtendedPropertiesProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1195
|
+
@winrt_commethod(7)
|
|
1196
|
+
def get_FillColorProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1197
|
+
@winrt_commethod(8)
|
|
1198
|
+
def get_FillPatternColorProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1199
|
+
@winrt_commethod(9)
|
|
1200
|
+
def get_FillPatternStyleProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1201
|
+
@winrt_commethod(10)
|
|
1202
|
+
def get_ShapeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1203
|
+
@winrt_commethod(11)
|
|
1204
|
+
def get_StyleIdProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1205
|
+
@winrt_commethod(12)
|
|
1206
|
+
def get_StyleNameProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1207
|
+
ExtendedPropertiesProperty = property(get_ExtendedPropertiesProperty, None)
|
|
1208
|
+
FillColorProperty = property(get_FillColorProperty, None)
|
|
1209
|
+
FillPatternColorProperty = property(get_FillPatternColorProperty, None)
|
|
1210
|
+
FillPatternStyleProperty = property(get_FillPatternStyleProperty, None)
|
|
1211
|
+
ShapeProperty = property(get_ShapeProperty, None)
|
|
1212
|
+
StyleIdProperty = property(get_StyleIdProperty, None)
|
|
1213
|
+
StyleNameProperty = property(get_StyleNameProperty, None)
|
|
1214
|
+
class ITableItemPatternIdentifiers(ComPtr):
|
|
1215
|
+
extends: IInspectable
|
|
1216
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITableItemPatternIdentifiers'
|
|
1217
|
+
_iid_ = Guid('{b4de5d03-a5b4-5ca1-8715-16c8c6a10fcc}')
|
|
1218
|
+
class ITableItemPatternIdentifiersStatics(ComPtr):
|
|
1219
|
+
extends: IInspectable
|
|
1220
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITableItemPatternIdentifiersStatics'
|
|
1221
|
+
_iid_ = Guid('{81d24bd7-66fb-53ef-9b32-d00f9c240a14}')
|
|
1222
|
+
@winrt_commethod(6)
|
|
1223
|
+
def get_ColumnHeaderItemsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1224
|
+
@winrt_commethod(7)
|
|
1225
|
+
def get_RowHeaderItemsProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1226
|
+
ColumnHeaderItemsProperty = property(get_ColumnHeaderItemsProperty, None)
|
|
1227
|
+
RowHeaderItemsProperty = property(get_RowHeaderItemsProperty, None)
|
|
1228
|
+
class ITablePatternIdentifiers(ComPtr):
|
|
1229
|
+
extends: IInspectable
|
|
1230
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITablePatternIdentifiers'
|
|
1231
|
+
_iid_ = Guid('{3d7f9c0b-ff8f-50fa-bc01-2cc3c2e06e2c}')
|
|
1232
|
+
class ITablePatternIdentifiersStatics(ComPtr):
|
|
1233
|
+
extends: IInspectable
|
|
1234
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITablePatternIdentifiersStatics'
|
|
1235
|
+
_iid_ = Guid('{3660935e-bcbb-5848-8e9a-264854f7a19a}')
|
|
1236
|
+
@winrt_commethod(6)
|
|
1237
|
+
def get_ColumnHeadersProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1238
|
+
@winrt_commethod(7)
|
|
1239
|
+
def get_RowHeadersProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1240
|
+
@winrt_commethod(8)
|
|
1241
|
+
def get_RowOrColumnMajorProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1242
|
+
ColumnHeadersProperty = property(get_ColumnHeadersProperty, None)
|
|
1243
|
+
RowHeadersProperty = property(get_RowHeadersProperty, None)
|
|
1244
|
+
RowOrColumnMajorProperty = property(get_RowOrColumnMajorProperty, None)
|
|
1245
|
+
class ITogglePatternIdentifiers(ComPtr):
|
|
1246
|
+
extends: IInspectable
|
|
1247
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITogglePatternIdentifiers'
|
|
1248
|
+
_iid_ = Guid('{a0d2df4c-ba59-51d9-9c01-034d7941c280}')
|
|
1249
|
+
class ITogglePatternIdentifiersStatics(ComPtr):
|
|
1250
|
+
extends: IInspectable
|
|
1251
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITogglePatternIdentifiersStatics'
|
|
1252
|
+
_iid_ = Guid('{862920b5-dcb3-5691-a456-c2f15c476dfb}')
|
|
1253
|
+
@winrt_commethod(6)
|
|
1254
|
+
def get_ToggleStateProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1255
|
+
ToggleStateProperty = property(get_ToggleStateProperty, None)
|
|
1256
|
+
class ITransformPattern2Identifiers(ComPtr):
|
|
1257
|
+
extends: IInspectable
|
|
1258
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITransformPattern2Identifiers'
|
|
1259
|
+
_iid_ = Guid('{6ef7595c-db8c-51b0-878b-34b7ef12f4da}')
|
|
1260
|
+
class ITransformPattern2IdentifiersStatics(ComPtr):
|
|
1261
|
+
extends: IInspectable
|
|
1262
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITransformPattern2IdentifiersStatics'
|
|
1263
|
+
_iid_ = Guid('{d9876ff5-89ed-5333-8111-ad25a28bee8b}')
|
|
1264
|
+
@winrt_commethod(6)
|
|
1265
|
+
def get_CanZoomProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1266
|
+
@winrt_commethod(7)
|
|
1267
|
+
def get_ZoomLevelProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1268
|
+
@winrt_commethod(8)
|
|
1269
|
+
def get_MaxZoomProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1270
|
+
@winrt_commethod(9)
|
|
1271
|
+
def get_MinZoomProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1272
|
+
CanZoomProperty = property(get_CanZoomProperty, None)
|
|
1273
|
+
MaxZoomProperty = property(get_MaxZoomProperty, None)
|
|
1274
|
+
MinZoomProperty = property(get_MinZoomProperty, None)
|
|
1275
|
+
ZoomLevelProperty = property(get_ZoomLevelProperty, None)
|
|
1276
|
+
class ITransformPatternIdentifiers(ComPtr):
|
|
1277
|
+
extends: IInspectable
|
|
1278
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiers'
|
|
1279
|
+
_iid_ = Guid('{2348187b-c50f-5a0e-bc05-305ac71b3b6b}')
|
|
1280
|
+
class ITransformPatternIdentifiersStatics(ComPtr):
|
|
1281
|
+
extends: IInspectable
|
|
1282
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiersStatics'
|
|
1283
|
+
_iid_ = Guid('{cb7d84e4-5429-5188-8aa0-5f96558a8790}')
|
|
1284
|
+
@winrt_commethod(6)
|
|
1285
|
+
def get_CanMoveProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1286
|
+
@winrt_commethod(7)
|
|
1287
|
+
def get_CanResizeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1288
|
+
@winrt_commethod(8)
|
|
1289
|
+
def get_CanRotateProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1290
|
+
CanMoveProperty = property(get_CanMoveProperty, None)
|
|
1291
|
+
CanResizeProperty = property(get_CanResizeProperty, None)
|
|
1292
|
+
CanRotateProperty = property(get_CanRotateProperty, None)
|
|
1293
|
+
class IValuePatternIdentifiers(ComPtr):
|
|
1294
|
+
extends: IInspectable
|
|
1295
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IValuePatternIdentifiers'
|
|
1296
|
+
_iid_ = Guid('{fb493395-fb97-59d5-9323-4651ce964b55}')
|
|
1297
|
+
class IValuePatternIdentifiersStatics(ComPtr):
|
|
1298
|
+
extends: IInspectable
|
|
1299
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IValuePatternIdentifiersStatics'
|
|
1300
|
+
_iid_ = Guid('{2019faf5-ce64-59a7-bc13-0677c3146724}')
|
|
1301
|
+
@winrt_commethod(6)
|
|
1302
|
+
def get_IsReadOnlyProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1303
|
+
@winrt_commethod(7)
|
|
1304
|
+
def get_ValueProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1305
|
+
IsReadOnlyProperty = property(get_IsReadOnlyProperty, None)
|
|
1306
|
+
ValueProperty = property(get_ValueProperty, None)
|
|
1307
|
+
class IWindowPatternIdentifiers(ComPtr):
|
|
1308
|
+
extends: IInspectable
|
|
1309
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiers'
|
|
1310
|
+
_iid_ = Guid('{bec579e1-91be-5d8f-aaca-6ad8839872d2}')
|
|
1311
|
+
class IWindowPatternIdentifiersStatics(ComPtr):
|
|
1312
|
+
extends: IInspectable
|
|
1313
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics'
|
|
1314
|
+
_iid_ = Guid('{06762744-d3d7-5441-b879-373681d47f64}')
|
|
1315
|
+
@winrt_commethod(6)
|
|
1316
|
+
def get_CanMaximizeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1317
|
+
@winrt_commethod(7)
|
|
1318
|
+
def get_CanMinimizeProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1319
|
+
@winrt_commethod(8)
|
|
1320
|
+
def get_IsModalProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1321
|
+
@winrt_commethod(9)
|
|
1322
|
+
def get_IsTopmostProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1323
|
+
@winrt_commethod(10)
|
|
1324
|
+
def get_WindowInteractionStateProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1325
|
+
@winrt_commethod(11)
|
|
1326
|
+
def get_WindowVisualStateProperty(self) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1327
|
+
CanMaximizeProperty = property(get_CanMaximizeProperty, None)
|
|
1328
|
+
CanMinimizeProperty = property(get_CanMinimizeProperty, None)
|
|
1329
|
+
IsModalProperty = property(get_IsModalProperty, None)
|
|
1330
|
+
IsTopmostProperty = property(get_IsTopmostProperty, None)
|
|
1331
|
+
WindowInteractionStateProperty = property(get_WindowInteractionStateProperty, None)
|
|
1332
|
+
WindowVisualStateProperty = property(get_WindowVisualStateProperty, None)
|
|
1333
|
+
class _MultipleViewPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1334
|
+
pass
|
|
1335
|
+
class MultipleViewPatternIdentifiers(ComPtr, metaclass=_MultipleViewPatternIdentifiers_Meta_):
|
|
1336
|
+
extends: IInspectable
|
|
1337
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IMultipleViewPatternIdentifiers
|
|
1338
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.MultipleViewPatternIdentifiers'
|
|
1339
|
+
@winrt_classmethod
|
|
1340
|
+
def get_CurrentViewProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IMultipleViewPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1341
|
+
@winrt_classmethod
|
|
1342
|
+
def get_SupportedViewsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IMultipleViewPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1343
|
+
_MultipleViewPatternIdentifiers_Meta_.CurrentViewProperty = property(get_CurrentViewProperty, None)
|
|
1344
|
+
_MultipleViewPatternIdentifiers_Meta_.SupportedViewsProperty = property(get_SupportedViewsProperty, None)
|
|
1345
|
+
class _RangeValuePatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1346
|
+
pass
|
|
1347
|
+
class RangeValuePatternIdentifiers(ComPtr, metaclass=_RangeValuePatternIdentifiers_Meta_):
|
|
1348
|
+
extends: IInspectable
|
|
1349
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiers
|
|
1350
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.RangeValuePatternIdentifiers'
|
|
1351
|
+
@winrt_classmethod
|
|
1352
|
+
def get_IsReadOnlyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1353
|
+
@winrt_classmethod
|
|
1354
|
+
def get_LargeChangeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1355
|
+
@winrt_classmethod
|
|
1356
|
+
def get_MaximumProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1357
|
+
@winrt_classmethod
|
|
1358
|
+
def get_MinimumProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1359
|
+
@winrt_classmethod
|
|
1360
|
+
def get_SmallChangeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1361
|
+
@winrt_classmethod
|
|
1362
|
+
def get_ValueProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IRangeValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1363
|
+
_RangeValuePatternIdentifiers_Meta_.IsReadOnlyProperty = property(get_IsReadOnlyProperty, None)
|
|
1364
|
+
_RangeValuePatternIdentifiers_Meta_.LargeChangeProperty = property(get_LargeChangeProperty, None)
|
|
1365
|
+
_RangeValuePatternIdentifiers_Meta_.MaximumProperty = property(get_MaximumProperty, None)
|
|
1366
|
+
_RangeValuePatternIdentifiers_Meta_.MinimumProperty = property(get_MinimumProperty, None)
|
|
1367
|
+
_RangeValuePatternIdentifiers_Meta_.SmallChangeProperty = property(get_SmallChangeProperty, None)
|
|
1368
|
+
_RangeValuePatternIdentifiers_Meta_.ValueProperty = property(get_ValueProperty, None)
|
|
1369
|
+
class RowOrColumnMajor(Enum, Int32):
|
|
1370
|
+
RowMajor = 0
|
|
1371
|
+
ColumnMajor = 1
|
|
1372
|
+
Indeterminate = 2
|
|
1373
|
+
class ScrollAmount(Enum, Int32):
|
|
1374
|
+
LargeDecrement = 0
|
|
1375
|
+
SmallDecrement = 1
|
|
1376
|
+
NoAmount = 2
|
|
1377
|
+
LargeIncrement = 3
|
|
1378
|
+
SmallIncrement = 4
|
|
1379
|
+
class _ScrollPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1380
|
+
pass
|
|
1381
|
+
class ScrollPatternIdentifiers(ComPtr, metaclass=_ScrollPatternIdentifiers_Meta_):
|
|
1382
|
+
extends: IInspectable
|
|
1383
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiers
|
|
1384
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ScrollPatternIdentifiers'
|
|
1385
|
+
@winrt_classmethod
|
|
1386
|
+
def get_HorizontallyScrollableProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1387
|
+
@winrt_classmethod
|
|
1388
|
+
def get_HorizontalScrollPercentProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1389
|
+
@winrt_classmethod
|
|
1390
|
+
def get_HorizontalViewSizeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1391
|
+
@winrt_classmethod
|
|
1392
|
+
def get_NoScroll(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> Double: ...
|
|
1393
|
+
@winrt_classmethod
|
|
1394
|
+
def get_VerticallyScrollableProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1395
|
+
@winrt_classmethod
|
|
1396
|
+
def get_VerticalScrollPercentProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1397
|
+
@winrt_classmethod
|
|
1398
|
+
def get_VerticalViewSizeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IScrollPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1399
|
+
_ScrollPatternIdentifiers_Meta_.HorizontalScrollPercentProperty = property(get_HorizontalScrollPercentProperty, None)
|
|
1400
|
+
_ScrollPatternIdentifiers_Meta_.HorizontalViewSizeProperty = property(get_HorizontalViewSizeProperty, None)
|
|
1401
|
+
_ScrollPatternIdentifiers_Meta_.HorizontallyScrollableProperty = property(get_HorizontallyScrollableProperty, None)
|
|
1402
|
+
_ScrollPatternIdentifiers_Meta_.NoScroll = property(get_NoScroll, None)
|
|
1403
|
+
_ScrollPatternIdentifiers_Meta_.VerticalScrollPercentProperty = property(get_VerticalScrollPercentProperty, None)
|
|
1404
|
+
_ScrollPatternIdentifiers_Meta_.VerticalViewSizeProperty = property(get_VerticalViewSizeProperty, None)
|
|
1405
|
+
_ScrollPatternIdentifiers_Meta_.VerticallyScrollableProperty = property(get_VerticallyScrollableProperty, None)
|
|
1406
|
+
class _SelectionItemPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1407
|
+
pass
|
|
1408
|
+
class SelectionItemPatternIdentifiers(ComPtr, metaclass=_SelectionItemPatternIdentifiers_Meta_):
|
|
1409
|
+
extends: IInspectable
|
|
1410
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ISelectionItemPatternIdentifiers
|
|
1411
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.SelectionItemPatternIdentifiers'
|
|
1412
|
+
@winrt_classmethod
|
|
1413
|
+
def get_IsSelectedProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISelectionItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1414
|
+
@winrt_classmethod
|
|
1415
|
+
def get_SelectionContainerProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISelectionItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1416
|
+
_SelectionItemPatternIdentifiers_Meta_.IsSelectedProperty = property(get_IsSelectedProperty, None)
|
|
1417
|
+
_SelectionItemPatternIdentifiers_Meta_.SelectionContainerProperty = property(get_SelectionContainerProperty, None)
|
|
1418
|
+
class _SelectionPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1419
|
+
pass
|
|
1420
|
+
class SelectionPatternIdentifiers(ComPtr, metaclass=_SelectionPatternIdentifiers_Meta_):
|
|
1421
|
+
extends: IInspectable
|
|
1422
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiers
|
|
1423
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.SelectionPatternIdentifiers'
|
|
1424
|
+
@winrt_classmethod
|
|
1425
|
+
def get_CanSelectMultipleProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1426
|
+
@winrt_classmethod
|
|
1427
|
+
def get_IsSelectionRequiredProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1428
|
+
@winrt_classmethod
|
|
1429
|
+
def get_SelectionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1430
|
+
_SelectionPatternIdentifiers_Meta_.CanSelectMultipleProperty = property(get_CanSelectMultipleProperty, None)
|
|
1431
|
+
_SelectionPatternIdentifiers_Meta_.IsSelectionRequiredProperty = property(get_IsSelectionRequiredProperty, None)
|
|
1432
|
+
_SelectionPatternIdentifiers_Meta_.SelectionProperty = property(get_SelectionProperty, None)
|
|
1433
|
+
class _SpreadsheetItemPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1434
|
+
pass
|
|
1435
|
+
class SpreadsheetItemPatternIdentifiers(ComPtr, metaclass=_SpreadsheetItemPatternIdentifiers_Meta_):
|
|
1436
|
+
extends: IInspectable
|
|
1437
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ISpreadsheetItemPatternIdentifiers
|
|
1438
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.SpreadsheetItemPatternIdentifiers'
|
|
1439
|
+
@winrt_classmethod
|
|
1440
|
+
def get_FormulaProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ISpreadsheetItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1441
|
+
_SpreadsheetItemPatternIdentifiers_Meta_.FormulaProperty = property(get_FormulaProperty, None)
|
|
1442
|
+
class _StylesPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1443
|
+
pass
|
|
1444
|
+
class StylesPatternIdentifiers(ComPtr, metaclass=_StylesPatternIdentifiers_Meta_):
|
|
1445
|
+
extends: IInspectable
|
|
1446
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiers
|
|
1447
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.StylesPatternIdentifiers'
|
|
1448
|
+
@winrt_classmethod
|
|
1449
|
+
def get_ExtendedPropertiesProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1450
|
+
@winrt_classmethod
|
|
1451
|
+
def get_FillColorProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1452
|
+
@winrt_classmethod
|
|
1453
|
+
def get_FillPatternColorProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1454
|
+
@winrt_classmethod
|
|
1455
|
+
def get_FillPatternStyleProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1456
|
+
@winrt_classmethod
|
|
1457
|
+
def get_ShapeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1458
|
+
@winrt_classmethod
|
|
1459
|
+
def get_StyleIdProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1460
|
+
@winrt_classmethod
|
|
1461
|
+
def get_StyleNameProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IStylesPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1462
|
+
_StylesPatternIdentifiers_Meta_.ExtendedPropertiesProperty = property(get_ExtendedPropertiesProperty, None)
|
|
1463
|
+
_StylesPatternIdentifiers_Meta_.FillColorProperty = property(get_FillColorProperty, None)
|
|
1464
|
+
_StylesPatternIdentifiers_Meta_.FillPatternColorProperty = property(get_FillPatternColorProperty, None)
|
|
1465
|
+
_StylesPatternIdentifiers_Meta_.FillPatternStyleProperty = property(get_FillPatternStyleProperty, None)
|
|
1466
|
+
_StylesPatternIdentifiers_Meta_.ShapeProperty = property(get_ShapeProperty, None)
|
|
1467
|
+
_StylesPatternIdentifiers_Meta_.StyleIdProperty = property(get_StyleIdProperty, None)
|
|
1468
|
+
_StylesPatternIdentifiers_Meta_.StyleNameProperty = property(get_StyleNameProperty, None)
|
|
1469
|
+
class SupportedTextSelection(Enum, Int32):
|
|
1470
|
+
None_ = 0
|
|
1471
|
+
Single = 1
|
|
1472
|
+
Multiple = 2
|
|
1473
|
+
class SynchronizedInputType(Enum, Int32):
|
|
1474
|
+
KeyUp = 1
|
|
1475
|
+
KeyDown = 2
|
|
1476
|
+
LeftMouseUp = 4
|
|
1477
|
+
LeftMouseDown = 8
|
|
1478
|
+
RightMouseUp = 16
|
|
1479
|
+
RightMouseDown = 32
|
|
1480
|
+
class _TableItemPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1481
|
+
pass
|
|
1482
|
+
class TableItemPatternIdentifiers(ComPtr, metaclass=_TableItemPatternIdentifiers_Meta_):
|
|
1483
|
+
extends: IInspectable
|
|
1484
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ITableItemPatternIdentifiers
|
|
1485
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.TableItemPatternIdentifiers'
|
|
1486
|
+
@winrt_classmethod
|
|
1487
|
+
def get_ColumnHeaderItemsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITableItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1488
|
+
@winrt_classmethod
|
|
1489
|
+
def get_RowHeaderItemsProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITableItemPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1490
|
+
_TableItemPatternIdentifiers_Meta_.ColumnHeaderItemsProperty = property(get_ColumnHeaderItemsProperty, None)
|
|
1491
|
+
_TableItemPatternIdentifiers_Meta_.RowHeaderItemsProperty = property(get_RowHeaderItemsProperty, None)
|
|
1492
|
+
class _TablePatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1493
|
+
pass
|
|
1494
|
+
class TablePatternIdentifiers(ComPtr, metaclass=_TablePatternIdentifiers_Meta_):
|
|
1495
|
+
extends: IInspectable
|
|
1496
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ITablePatternIdentifiers
|
|
1497
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.TablePatternIdentifiers'
|
|
1498
|
+
@winrt_classmethod
|
|
1499
|
+
def get_ColumnHeadersProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITablePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1500
|
+
@winrt_classmethod
|
|
1501
|
+
def get_RowHeadersProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITablePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1502
|
+
@winrt_classmethod
|
|
1503
|
+
def get_RowOrColumnMajorProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITablePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1504
|
+
_TablePatternIdentifiers_Meta_.ColumnHeadersProperty = property(get_ColumnHeadersProperty, None)
|
|
1505
|
+
_TablePatternIdentifiers_Meta_.RowHeadersProperty = property(get_RowHeadersProperty, None)
|
|
1506
|
+
_TablePatternIdentifiers_Meta_.RowOrColumnMajorProperty = property(get_RowOrColumnMajorProperty, None)
|
|
1507
|
+
class _TogglePatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1508
|
+
pass
|
|
1509
|
+
class TogglePatternIdentifiers(ComPtr, metaclass=_TogglePatternIdentifiers_Meta_):
|
|
1510
|
+
extends: IInspectable
|
|
1511
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ITogglePatternIdentifiers
|
|
1512
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.TogglePatternIdentifiers'
|
|
1513
|
+
@winrt_classmethod
|
|
1514
|
+
def get_ToggleStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITogglePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1515
|
+
_TogglePatternIdentifiers_Meta_.ToggleStateProperty = property(get_ToggleStateProperty, None)
|
|
1516
|
+
class ToggleState(Enum, Int32):
|
|
1517
|
+
Off = 0
|
|
1518
|
+
On = 1
|
|
1519
|
+
Indeterminate = 2
|
|
1520
|
+
class _TransformPattern2Identifiers_Meta_(ComPtr.__class__):
|
|
1521
|
+
pass
|
|
1522
|
+
class TransformPattern2Identifiers(ComPtr, metaclass=_TransformPattern2Identifiers_Meta_):
|
|
1523
|
+
extends: IInspectable
|
|
1524
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ITransformPattern2Identifiers
|
|
1525
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.TransformPattern2Identifiers'
|
|
1526
|
+
@winrt_classmethod
|
|
1527
|
+
def get_CanZoomProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPattern2IdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1528
|
+
@winrt_classmethod
|
|
1529
|
+
def get_ZoomLevelProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPattern2IdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1530
|
+
@winrt_classmethod
|
|
1531
|
+
def get_MaxZoomProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPattern2IdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1532
|
+
@winrt_classmethod
|
|
1533
|
+
def get_MinZoomProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPattern2IdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1534
|
+
_TransformPattern2Identifiers_Meta_.CanZoomProperty = property(get_CanZoomProperty, None)
|
|
1535
|
+
_TransformPattern2Identifiers_Meta_.MaxZoomProperty = property(get_MaxZoomProperty, None)
|
|
1536
|
+
_TransformPattern2Identifiers_Meta_.MinZoomProperty = property(get_MinZoomProperty, None)
|
|
1537
|
+
_TransformPattern2Identifiers_Meta_.ZoomLevelProperty = property(get_ZoomLevelProperty, None)
|
|
1538
|
+
class _TransformPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1539
|
+
pass
|
|
1540
|
+
class TransformPatternIdentifiers(ComPtr, metaclass=_TransformPatternIdentifiers_Meta_):
|
|
1541
|
+
extends: IInspectable
|
|
1542
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiers
|
|
1543
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.TransformPatternIdentifiers'
|
|
1544
|
+
@winrt_classmethod
|
|
1545
|
+
def get_CanMoveProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1546
|
+
@winrt_classmethod
|
|
1547
|
+
def get_CanResizeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1548
|
+
@winrt_classmethod
|
|
1549
|
+
def get_CanRotateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITransformPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1550
|
+
_TransformPatternIdentifiers_Meta_.CanMoveProperty = property(get_CanMoveProperty, None)
|
|
1551
|
+
_TransformPatternIdentifiers_Meta_.CanResizeProperty = property(get_CanResizeProperty, None)
|
|
1552
|
+
_TransformPatternIdentifiers_Meta_.CanRotateProperty = property(get_CanRotateProperty, None)
|
|
1553
|
+
class _ValuePatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1554
|
+
pass
|
|
1555
|
+
class ValuePatternIdentifiers(ComPtr, metaclass=_ValuePatternIdentifiers_Meta_):
|
|
1556
|
+
extends: IInspectable
|
|
1557
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IValuePatternIdentifiers
|
|
1558
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.ValuePatternIdentifiers'
|
|
1559
|
+
@winrt_classmethod
|
|
1560
|
+
def get_IsReadOnlyProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1561
|
+
@winrt_classmethod
|
|
1562
|
+
def get_ValueProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IValuePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1563
|
+
_ValuePatternIdentifiers_Meta_.IsReadOnlyProperty = property(get_IsReadOnlyProperty, None)
|
|
1564
|
+
_ValuePatternIdentifiers_Meta_.ValueProperty = property(get_ValueProperty, None)
|
|
1565
|
+
class WindowInteractionState(Enum, Int32):
|
|
1566
|
+
Running = 0
|
|
1567
|
+
Closing = 1
|
|
1568
|
+
ReadyForUserInteraction = 2
|
|
1569
|
+
BlockedByModalWindow = 3
|
|
1570
|
+
NotResponding = 4
|
|
1571
|
+
class _WindowPatternIdentifiers_Meta_(ComPtr.__class__):
|
|
1572
|
+
pass
|
|
1573
|
+
class WindowPatternIdentifiers(ComPtr, metaclass=_WindowPatternIdentifiers_Meta_):
|
|
1574
|
+
extends: IInspectable
|
|
1575
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiers
|
|
1576
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.WindowPatternIdentifiers'
|
|
1577
|
+
@winrt_classmethod
|
|
1578
|
+
def get_CanMaximizeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1579
|
+
@winrt_classmethod
|
|
1580
|
+
def get_CanMinimizeProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1581
|
+
@winrt_classmethod
|
|
1582
|
+
def get_IsModalProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1583
|
+
@winrt_classmethod
|
|
1584
|
+
def get_IsTopmostProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1585
|
+
@winrt_classmethod
|
|
1586
|
+
def get_WindowInteractionStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1587
|
+
@winrt_classmethod
|
|
1588
|
+
def get_WindowVisualStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IWindowPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1589
|
+
_WindowPatternIdentifiers_Meta_.CanMaximizeProperty = property(get_CanMaximizeProperty, None)
|
|
1590
|
+
_WindowPatternIdentifiers_Meta_.CanMinimizeProperty = property(get_CanMinimizeProperty, None)
|
|
1591
|
+
_WindowPatternIdentifiers_Meta_.IsModalProperty = property(get_IsModalProperty, None)
|
|
1592
|
+
_WindowPatternIdentifiers_Meta_.IsTopmostProperty = property(get_IsTopmostProperty, None)
|
|
1593
|
+
_WindowPatternIdentifiers_Meta_.WindowInteractionStateProperty = property(get_WindowInteractionStateProperty, None)
|
|
1594
|
+
_WindowPatternIdentifiers_Meta_.WindowVisualStateProperty = property(get_WindowVisualStateProperty, None)
|
|
1595
|
+
class WindowVisualState(Enum, Int32):
|
|
1596
|
+
Normal = 0
|
|
1597
|
+
Maximized = 1
|
|
1598
|
+
Minimized = 2
|
|
1599
|
+
class ZoomUnit(Enum, Int32):
|
|
1600
|
+
NoAmount = 0
|
|
1601
|
+
LargeDecrement = 1
|
|
1602
|
+
SmallDecrement = 2
|
|
1603
|
+
LargeIncrement = 3
|
|
1604
|
+
SmallIncrement = 4
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
make_ready(__name__)
|