SilverlightSlider (Clase)
Representa un control deslizante.
Jerarquía de herencia
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightSlider
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Ensamblado: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (en Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Sintaxis
'Declaración
Public Class SilverlightSlider _
Inherits SilverlightControl
public class SilverlightSlider : SilverlightControl
public ref class SilverlightSlider : public SilverlightControl
type SilverlightSlider =
class
inherit SilverlightControl
end
public class SilverlightSlider extends SilverlightControl
El tipo SilverlightSlider expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SilverlightSlider() | Inicializa una nueva instancia de la clase SilverlightSlider. | |
SilverlightSlider(UITestControl) | Inicializa una nueva instancia de la clase SilverlightSlider con el primario especificado. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AcceleratorKey | Obtiene la tecla de método abreviado para el control. (Se hereda de SilverlightControl). | |
AccessKey | Obtiene el método abreviado de teclado para el control. (Se hereda de SilverlightControl). | |
AutomationId | Obtiene el identificador de automatización para el control. (Se hereda de SilverlightControl). | |
BackgroundColor | Obtiene el color de fondo del control. (Se hereda de SilverlightControl). | |
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 | Obtiene la fuente del control. (Se hereda de SilverlightControl). | |
ForegroundColor | Obtiene el color de primer plano del control. (Se hereda de SilverlightControl). | |
FriendlyName | (Se hereda de UITestControl). | |
HasFocus | (Se hereda de UITestControl). | |
Height | Obtiene el alto del control . (Se hereda de SilverlightControl). | |
HelpText | Obtiene el texto de Ayuda del control. (Se hereda de SilverlightControl). | |
IsDirectionReversed | Obtiene un valor que representa si se invierte la dirección del control deslizante. | |
IsTopParent | (Se hereda de UITestControl). | |
LabeledBy | Obtiene el texto de la etiqueta de este control. (Se hereda de SilverlightControl). | |
LargeChange | Obtiene el valor de cambio grande del control deslizante. | |
Maximum | Obtiene el valor máximo del control deslizante. | |
Minimum | Obtiene el valor mínimo del control deslizante. | |
Name | (Se hereda de UITestControl). | |
NativeElement | (Se hereda de UITestControl). | |
Orientation | Obtiene un valor que indica si el control deslizante es horizontal o vertical. | |
Position | Obtiene el valor del actual del control deslizante. | |
SearchConfigurations | (Se hereda de UITestControl). | |
SearchProperties | (Se hereda de UITestControl). | |
SearchPropertiesSetExplicitly | (Se hereda de UITestControl). | |
SmallChange | Obtiene el valor de cambio pequeño del control deslizante. | |
TechnologyName | (Se hereda de UITestControl). | |
TopParent | (Se hereda de UITestControl). | |
Width | Obtiene el ancho del control. (Se hereda de SilverlightControl). | |
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.SilverlightControls (Espacio de nombres)