ApplicationUnderTest 类
自动运行测试应用程序。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
Public Class ApplicationUnderTest _
Inherits UITestControl _
Implements IDisposable
[CLSCompliantAttribute(true)]
public class ApplicationUnderTest : UITestControl,
IDisposable
[CLSCompliantAttribute(true)]
public ref class ApplicationUnderTest : public UITestControl,
IDisposable
[<CLSCompliantAttribute(true)>]
type ApplicationUnderTest =
class
inherit UITestControl
interface IDisposable
end
public class ApplicationUnderTest extends UITestControl implements IDisposable
ApplicationUnderTest 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ApplicationUnderTest | 初始化 ApplicationUnderTest 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
AlwaysOnTop | 获取一个值,该值指示应用程序窗口是否始终出现在顶层。 | |
BoundingRectangle | 获取此控件的边框。 (继承自 UITestControl。) | |
ClassName | 获取此控件的类名。 (继承自 UITestControl。) | |
CloseOnPlaybackCleanup | 获取或设置是否自动关闭ApplicationUnderTest在播放清除。 | |
Container | 获取或设置此 UITestControl 的容器。 (继承自 UITestControl。) | |
ControlType | 获取 UI 控件的类型。 (继承自 UITestControl。) | |
Enabled | 获取一个值,该值指示是否启用此控件。 (继承自 UITestControl。) | |
Exists | 获取一个值,该值指示此控件是否存在于用户界面中。 (继承自 UITestControl。) | |
FilterProperties | 获取用于消除控件歧义的属性-值对集合。 (继承自 UITestControl。) | |
FriendlyName | 获取该控件在用户接口中的名称。 (继承自 UITestControl。) | |
HasFocus | 获取指示此控件当前是否在用户界面中有焦点的值。 (继承自 UITestControl。) | |
HasTitleBar | 获取一个值,该值指示应用程序窗口是否具有标题栏。 | |
Height | 获取控件的高度。 (继承自 UITestControl。) | |
IsTopParent | 获取指示此控件是否是顶级元素的值。 (继承自 UITestControl。) | |
Left | 获取控件的左边缘的x坐标。 (继承自 UITestControl。) | |
Maximized | 获取或设置一个值,该值指示应用程序窗口是否处于最大化状态。 | |
Minimized | 获取或设置一个值,该值指示应用程序窗口是否处于最小化状态。 | |
Name | 获取此控件的名称。 (继承自 UITestControl。) | |
NativeElement | 获取与此控件对应的本机技术元素。 (继承自 UITestControl。) | |
Popup | 获取一个值,该值指示应用程序窗口是否为弹出窗口。 | |
Process | 获取或设置基础 Process 对象。 | |
Resizable | 获取一个值,该值指示应用程序窗口是否可调整大小。 | |
Restored | 获取或设置一个值,该值指示应用程序窗口是否处于还原状态。 | |
SearchConfigurations | 获取或设置搜索配置。 (继承自 UITestControl。) | |
SearchProperties | 获取用于标识控件的属性-值对集合。 (继承自 UITestControl。) | |
SearchPropertiesSetExplicitly | 获取指示控件的查找属性是否在用户接口中被用户设定的值。 (继承自 UITestControl。) | |
ShowInTaskbar | 获取一个值,该值指示程序图标是否出现在任务栏中。 | |
State | 获取控件的状态。 (继承自 UITestControl。) | |
TechnologyName | 获取或设置实现此控件的技术框架。 (继承自 UITestControl。) | |
Title | 获取或设置进行测试的应用程序的标题。 | |
Top | 获取控件上边缘的x坐标。 (继承自 UITestControl。) | |
TopParent | 获取此控件的顶级父级。 (继承自 UITestControl。) | |
Transparent | 获取一个值,该值指示应用程序窗口是否透明。 | |
Width | 获取控件的宽度。 (继承自 UITestControl。) | |
WindowHandle | 获取此控件的窗口句柄。 (继承自 UITestControl。) | |
WindowTitles | 获取顶层窗口的窗口标题的集合。 (继承自 UITestControl。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。