SilverlightLabel (Clase)
Representa un control de etiqueta.
Jerarquía de herencia
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightLabel
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 SilverlightLabel _
Inherits SilverlightControl
public class SilverlightLabel : SilverlightControl
public ref class SilverlightLabel : public SilverlightControl
type SilverlightLabel =
class
inherit SilverlightControl
end
public class SilverlightLabel extends SilverlightControl
El tipo SilverlightLabel expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SilverlightLabel() | Inicializa una nueva instancia de la clase SilverlightLabel. | |
SilverlightLabel(UITestControl) | Inicializa una nueva instancia de la clase SilverlightLabel 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). | |
IsTopParent | (Se hereda de UITestControl). | |
LabeledBy | Obtiene el texto de la etiqueta de este control. (Se hereda de SilverlightControl). | |
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). | |
Target | Obtiene el control en el que la etiqueta aparece. | |
TechnologyName | (Se hereda de UITestControl). | |
Text | Obtiene el texto de la etiqueta. | |
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)