TableItemPatternIdentifiers class
Contains values used as identifiers by ITableProvider.
Inheritance
- Object
- TableItemPatternIdentifiers
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- StaticAttribute(Windows.UI.Xaml.Automation.ITableItemPatternIdentifiersStatics, NTDDI_WIN8)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The TableItemPatternIdentifiers class has these types of members:
Methods
The TableItemPatternIdentifiers class inherits methods from the Object class.
Properties
The TableItemPatternIdentifiers class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Identifies the automation property that retrieves all the column headers associated with a table item or cell. | |
| Read-only | Identifies the automation property that retrieves all the row headers associated with a table item or cell. |
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 UI Automation tree. ITableItemProvider is also presented as a Component Object Model (COM) interface.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
