WinCell (Clase)
Representa un control de celda para probar la interfaz de usuario (UI) de formularios Windows Forms.
Jerarquía de herencia
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinCell
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Ensamblado: Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(True)> _
Public Class WinCell _
Inherits WinControl
[CLSCompliantAttribute(true)]
public class WinCell : WinControl
[CLSCompliantAttribute(true)]
public ref class WinCell : public WinControl
[<CLSCompliantAttribute(true)>]
type WinCell =
class
inherit WinControl
end
public class WinCell extends WinControl
El tipo WinCell expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
WinCell() | Inicializa una nueva instancia de la clase WinCell. | |
WinCell(UITestControl) | Inicializa una nueva instancia de la clase WinCell usando el control primario proporcionado. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AccessibleDescription | Obtiene la descripción de IAccessible subyacente de este WinControl. (Se hereda de WinControl). | |
AccessKey | Obtiene la tecla de acceso asignada a este control. (Se hereda de WinControl). | |
BoundingRectangle | (Se hereda de UITestControl). | |
Checked | Obtiene o establece un valor que indica si este control está activado. | |
ClassName | (Se hereda de UITestControl). | |
ColumnIndex | Obtiene el índice de la columna para este control de celda. | |
Container | (Se hereda de UITestControl). | |
ControlId | Obtiene el identificador asignado a este control. (Se hereda de WinControl). | |
ControlName | Obtiene el nombre de este control. (Se hereda de WinControl). | |
ControlType | (Se hereda de UITestControl). | |
Enabled | (Se hereda de UITestControl). | |
Exists | (Se hereda de UITestControl). | |
FilterProperties | (Se hereda de UITestControl). | |
FriendlyName | (Se hereda de UITestControl). | |
HasFocus | (Se hereda de UITestControl). | |
Height | (Se hereda de UITestControl). | |
HelpText | Obtiene el texto de Ayuda asignado a este control. (Se hereda de WinControl). | |
Indeterminate | Obtiene o establece un valor que indica si el estado de esta celda es indeterminado. | |
IsTopParent | (Se hereda de UITestControl). | |
Left | (Se hereda de UITestControl). | |
Name | (Se hereda de UITestControl). | |
NativeElement | (Se hereda de UITestControl). | |
RowIndex | Obtiene el índice de la fila de tabla para este control de celda. | |
SearchConfigurations | (Se hereda de UITestControl). | |
SearchProperties | (Se hereda de UITestControl). | |
SearchPropertiesSetExplicitly | (Se hereda de UITestControl). | |
Selected | Devuelve un valor que indica si esta celda está seleccionada. | |
State | (Se hereda de UITestControl). | |
TechnologyName | (Se hereda de UITestControl). | |
ToolTipText | (Se hereda de WinControl). | |
Top | (Se hereda de UITestControl). | |
TopParent | (Se hereda de UITestControl). | |
Value | Obtiene o establece el valor de este control de celda. | |
Width | (Se hereda de UITestControl). | |
WindowHandle | (Se hereda de UITestControl). | |
WindowTitles | (Se hereda de UITestControl). |
Arriba
Métodos
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.UITesting.WinControls (Espacio de nombres)