ApplicationBase 类
继承层次结构
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.ApplicationBase
Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
语法
声明
Public MustInherit Class ApplicationBase _
Inherits UITestControl
public abstract class ApplicationBase : UITestControl
public ref class ApplicationBase abstract : public UITestControl
[<AbstractClass>]
type ApplicationBase =
class
inherit UITestControl
end
public abstract class ApplicationBase extends UITestControl
ApplicationBase 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
BoundingRectangle | (继承自 UITestControl。) | |
ClassName | (继承自 UITestControl。) | |
CloseOnPlaybackCleanup | ||
Container | (继承自 UITestControl。) | |
ControlType | (继承自 UITestControl。) | |
Enabled | (继承自 UITestControl。) | |
Exists | (继承自 UITestControl。) | |
FilterProperties | (继承自 UITestControl。) | |
FriendlyName | (继承自 UITestControl。) | |
HasFocus | (继承自 UITestControl。) | |
Height | (继承自 UITestControl。) | |
IsTopParent | (继承自 UITestControl。) | |
Left | (继承自 UITestControl。) | |
Name | (继承自 UITestControl。) | |
NativeElement | (继承自 UITestControl。) | |
SearchConfigurations | (继承自 UITestControl。) | |
SearchProperties | (继承自 UITestControl。) | |
SearchPropertiesSetExplicitly | (继承自 UITestControl。) | |
State | (继承自 UITestControl。) | |
TechnologyName | (继承自 UITestControl。) | |
Top | (继承自 UITestControl。) | |
TopParent | (继承自 UITestControl。) | |
Width | (继承自 UITestControl。) | |
WindowHandle | (继承自 UITestControl。) | |
WindowTitles | (继承自 UITestControl。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。