WinTabPage (Clase)
Representa un control de página de pestañas 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.WinTabPage
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 WinTabPage _
Inherits WinControl
[CLSCompliantAttribute(true)]
public class WinTabPage : WinControl
[CLSCompliantAttribute(true)]
public ref class WinTabPage : public WinControl
[<CLSCompliantAttribute(true)>]
type WinTabPage =
class
inherit WinControl
end
public class WinTabPage extends WinControl
El tipo WinTabPage expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
WinTabPage() | Inicializa una nueva instancia de la clase WinTabPage. | |
WinTabPage(UITestControl) | Inicializa una nueva instancia de la clase WinTabPage 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). | |
ClassName | (Se hereda de UITestControl). | |
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). | |
DisplayText | Obtiene el texto para mostrar del control de página de pestañas. | |
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). | |
IsTopParent | (Se hereda de UITestControl). | |
Left | (Se hereda de UITestControl). | |
Name | (Se hereda de UITestControl). | |
NativeElement | (Se hereda de UITestControl). | |
SearchConfigurations | (Se hereda de UITestControl). | |
SearchProperties | (Se hereda de UITestControl). | |
SearchPropertiesSetExplicitly | (Se hereda de UITestControl). | |
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). | |
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)