GridItemPatternIdentifiers
GridItemPatternIdentifiers
GridItemPatternIdentifiers
GridItemPatternIdentifiers
Class
Definition
Contains values used as identifiers by IGridItemProvider.
public : sealed class GridItemPatternIdentifiers : IGridItemPatternIdentifierspublic sealed class GridItemPatternIdentifiers : IGridItemPatternIdentifiersPublic NotInheritable Class GridItemPatternIdentifiers Implements IGridItemPatternIdentifiers// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Classes such as GridItemPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IGridItemProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.
This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the Microsoft UI Automation tree. IGridItemProvider is also presented as a Component Object Model (COM) interface.
Properties
ColumnProperty ColumnProperty ColumnProperty ColumnProperty
Identifies the Column automation property.
public : static AutomationProperty ColumnProperty { get; }public static AutomationProperty ColumnProperty { get; }Public Static ReadOnly Property ColumnProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
ColumnSpanProperty ColumnSpanProperty ColumnSpanProperty ColumnSpanProperty
Identifies the ColumnSpan automation property.
public : static AutomationProperty ColumnSpanProperty { get; }public static AutomationProperty ColumnSpanProperty { get; }Public Static ReadOnly Property ColumnSpanProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
ContainingGridProperty ContainingGridProperty ContainingGridProperty ContainingGridProperty
Identifies the ContainingGrid automation property.
public : static AutomationProperty ContainingGridProperty { get; }public static AutomationProperty ContainingGridProperty { get; }Public Static ReadOnly Property ContainingGridProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
RowProperty RowProperty RowProperty RowProperty
Identifies the Row automation property.
public : static AutomationProperty RowProperty { get; }public static AutomationProperty RowProperty { get; }Public Static ReadOnly Property RowProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
RowSpanProperty RowSpanProperty RowSpanProperty RowSpanProperty
Identifies the RowSpan property.
public : static AutomationProperty RowSpanProperty { get; }public static AutomationProperty RowSpanProperty { get; }Public Static ReadOnly Property RowSpanProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.