GridPatternIdentifiers class
Contains values used as identifiers by IGridProvider.
Inheritance
- Object
- GridPatternIdentifiers
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- StaticAttribute(Windows.UI.Xaml.Automation.IGridPatternIdentifiersStatics, NTDDI_WIN8)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The GridPatternIdentifiers class has these types of members:
Methods
The GridPatternIdentifiers class inherits methods from the Object class.
Properties
The GridPatternIdentifiers class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Identifies the ColumnCount automation property. | |
| Read-only | Identifies the RowCount automation property. |
Remarks
Classes such as GridPatternIdentifiers 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 IGridProvider 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. IGridProvider 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
