TableItemPatternIdentifiers
TableItemPatternIdentifiers
TableItemPatternIdentifiers
TableItemPatternIdentifiers
Class
Definition
Contains values used as identifiers by ITableProvider.
public : sealed class TableItemPatternIdentifiers : ITableItemPatternIdentifierspublic sealed class TableItemPatternIdentifiers : ITableItemPatternIdentifiersPublic NotInheritable Class TableItemPatternIdentifiers Implements ITableItemPatternIdentifiers// 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 TableItemPatternIdentifiers 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 ITableItemProvider 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. ITableItemProvider is also presented as a Component Object Model (COM) interface.
Properties
ColumnHeaderItemsProperty ColumnHeaderItemsProperty ColumnHeaderItemsProperty ColumnHeaderItemsProperty
Identifies the automation property that retrieves all the column headers associated with a table item or cell.
public : static AutomationProperty ColumnHeaderItemsProperty { get; }public static AutomationProperty ColumnHeaderItemsProperty { get; }Public Static ReadOnly Property ColumnHeaderItemsProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
RowHeaderItemsProperty RowHeaderItemsProperty RowHeaderItemsProperty RowHeaderItemsProperty
Identifies the automation property that retrieves all the row headers associated with a table item or cell.
public : static AutomationProperty RowHeaderItemsProperty { get; }public static AutomationProperty RowHeaderItemsProperty { get; }Public Static ReadOnly Property RowHeaderItemsProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.