SilverlightTree (Clase)
Representa un control de árbol.
Jerarquía de herencia
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightTree
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 SilverlightTree _
Inherits SilverlightControl
public class SilverlightTree : SilverlightControl
public ref class SilverlightTree : public SilverlightControl
type SilverlightTree =
class
inherit SilverlightControl
end
public class SilverlightTree extends SilverlightControl
El tipo SilverlightTree expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SilverlightTree() | Inicializa una nueva instancia de la clase SilverlightTree. | |
SilverlightTree(UITestControl) | Inicializa una nueva instancia de la clase SilverlightTree 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). | |
Nodes | Obtiene la colección de elementos del árbol que con un nivel de profundidad. | |
SearchConfigurations | (Se hereda de UITestControl). | |
SearchProperties | (Se hereda de UITestControl). | |
SearchPropertiesSetExplicitly | (Se hereda de UITestControl). | |
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)