WpfToolBar (Clase)
Representa un control de la barra de herramientas para probar la interfaz de usuario (UI) de aplicaciones Windows Presentation Foundation (WPF).
Jerarquía de herencia
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfControl
Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfToolBar
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Ensamblado: Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(True)> _
Public Class WpfToolBar _
Inherits WpfControl
[CLSCompliantAttribute(true)]
public class WpfToolBar : WpfControl
[CLSCompliantAttribute(true)]
public ref class WpfToolBar : public WpfControl
[<CLSCompliantAttribute(true)>]
type WpfToolBar =
class
inherit WpfControl
end
public class WpfToolBar extends WpfControl
El tipo WpfToolBar expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
WpfToolBar() | Inicializa una nueva instancia de la clase WpfToolBar. | |
WpfToolBar(UITestControl) | Inicializa una nueva instancia de la clase WpfToolBar. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AcceleratorKey | (Se hereda de WpfControl). | |
AccessKey | (Se hereda de WpfControl). | |
AutomationId | (Se hereda de WpfControl). | |
BoundingRectangle | (Se hereda de UITestControl). | |
ClassName | (Se hereda de UITestControl). | |
Container | (Se hereda de UITestControl). | |
ControlType | (Se hereda de UITestControl). | |
Enabled | (Se hereda de UITestControl). | |
Exists | (Se hereda de UITestControl). | |
FilterProperties | (Se hereda de UITestControl). | |
Font | (Se hereda de WpfControl). | |
FrameworkId | (Se hereda de WpfControl). | |
FriendlyName | (Se hereda de UITestControl). | |
HasFocus | (Se hereda de UITestControl). | |
Header | Obtiene el encabezado para este control de la barra de herramientas. | |
Height | (Se hereda de UITestControl). | |
HelpText | (Se hereda de WpfControl). | |
IsTopParent | (Se hereda de UITestControl). | |
Items | Obtiene una colección de elementos de este control de barra de herramientas. | |
ItemStatus | (Se hereda de WpfControl). | |
LabeledBy | (Se hereda de WpfControl). | |
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 WpfControl). | |
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.WpfControls (Espacio de nombres)