-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
GridItemPatternIdentifiers.xml
244 lines (230 loc) · 15.2 KB
/
GridItemPatternIdentifiers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<Type Name="GridItemPatternIdentifiers" FullName="System.Windows.Automation.GridItemPatternIdentifiers">
<TypeSignature Language="C#" Value="public static class GridItemPatternIdentifiers" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit GridItemPatternIdentifiers extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.Windows.Automation.GridItemPatternIdentifiers" />
<TypeSignature Language="VB.NET" Value="Public Class GridItemPatternIdentifiers" />
<TypeSignature Language="F#" Value="type GridItemPatternIdentifiers = class" />
<TypeSignature Language="C++ CLI" Value="public ref class GridItemPatternIdentifiers abstract sealed" />
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Contains values used as identifiers by <see cref="T:System.Windows.Automation.Provider.IGridItemProvider" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/ui-automation-control-patterns-overview">UI Automation Control Patterns Overview</related>
<related type="Article" href="/dotnet/framework/ui-automation/ui-automation-providers-overview">UI Automation Providers Overview</related>
<related type="Article" href="/dotnet/framework/ui-automation/support-control-patterns-in-a-ui-automation-provider">Support Control Patterns in a UI Automation Provider</related>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-grid-control-pattern">Implementing the UI Automation Grid Control Pattern</related>
</Docs>
<Members>
<Member MemberName="ColumnProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationProperty ColumnProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationProperty ColumnProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.ColumnProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly ColumnProperty As AutomationProperty " />
<MemberSignature Language="F#" Value=" staticval mutable ColumnProperty : System.Windows.Automation.AutomationProperty" Usage="System.Windows.Automation.GridItemPatternIdentifiers.ColumnProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationProperty ^ ColumnProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Automation.Provider.IGridItemProvider.Column" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
<Member MemberName="ColumnSpanProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationProperty ColumnSpanProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationProperty ColumnSpanProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.ColumnSpanProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly ColumnSpanProperty As AutomationProperty " />
<MemberSignature Language="F#" Value=" staticval mutable ColumnSpanProperty : System.Windows.Automation.AutomationProperty" Usage="System.Windows.Automation.GridItemPatternIdentifiers.ColumnSpanProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationProperty ^ ColumnSpanProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Automation.Provider.IGridItemProvider.ColumnSpan" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
<Member MemberName="ContainingGridProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationProperty ContainingGridProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationProperty ContainingGridProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.ContainingGridProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly ContainingGridProperty As AutomationProperty " />
<MemberSignature Language="F#" Value=" staticval mutable ContainingGridProperty : System.Windows.Automation.AutomationProperty" Usage="System.Windows.Automation.GridItemPatternIdentifiers.ContainingGridProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationProperty ^ ContainingGridProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Automation.Provider.IGridItemProvider.ContainingGrid" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
<Member MemberName="Pattern">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationPattern Pattern;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationPattern Pattern" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.Pattern" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Pattern As AutomationPattern " />
<MemberSignature Language="F#" Value=" staticval mutable Pattern : System.Windows.Automation.AutomationPattern" Usage="System.Windows.Automation.GridItemPatternIdentifiers.Pattern" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationPattern ^ Pattern;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationPattern</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="T:System.Windows.Automation.GridItemPattern" /> pattern.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
<Member MemberName="RowProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationProperty RowProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationProperty RowProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.RowProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly RowProperty As AutomationProperty " />
<MemberSignature Language="F#" Value=" staticval mutable RowProperty : System.Windows.Automation.AutomationProperty" Usage="System.Windows.Automation.GridItemPatternIdentifiers.RowProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationProperty ^ RowProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Automation.Provider.IGridItemProvider.Row" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
<Member MemberName="RowSpanProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.Automation.AutomationProperty RowSpanProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.Automation.AutomationProperty RowSpanProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Automation.GridItemPatternIdentifiers.RowSpanProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly RowSpanProperty As AutomationProperty " />
<MemberSignature Language="F#" Value=" staticval mutable RowSpanProperty : System.Windows.Automation.AutomationProperty" Usage="System.Windows.Automation.GridItemPatternIdentifiers.RowSpanProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::Automation::AutomationProperty ^ RowSpanProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>UIAutomationTypes</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Automation.AutomationProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Automation.Provider.IGridItemProvider.RowSpan" /> property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in <xref:System.Windows.Automation.GridItemPattern>.
]]></format>
</remarks>
<related type="Article" href="/dotnet/framework/ui-automation/implementing-the-ui-automation-griditem-control-pattern">Implementing the UI Automation GridItem Control Pattern</related>
</Docs>
</Member>
</Members>
</Type>