GridPattern.GridPatternInformation Estructura
Definición
Proporciona acceso a los valores de propiedades de un objeto GridPattern mediante sus descriptores de acceso Current o Cached.Provides access to the property values of a GridPattern object using its Current or Cached accessors.
public: value class GridPattern::GridPatternInformation
public struct GridPattern.GridPatternInformation
type GridPattern.GridPatternInformation = struct
Public Structure GridPattern.GridPatternInformation
- Herencia
Propiedades
ColumnCount |
Obtiene el número de columnas de una cuadrícula.Gets the number of columns in a grid. |
RowCount |
Obtiene el número total de filas de una cuadrícula.Gets the total number of rows in a grid. |
Se aplica a
Consulte también:
- IGridProvider
- Información general acerca de los patrones de control de UI AutomationUI Automation Control Patterns Overview
- Patrones de controles de UI Automation para clientesUI Automation Control Patterns for Clients
- Implementar el patrón de control Grid de UI AutomationImplementing the UI Automation Grid Control Pattern