DirectUIControl 类
表示 DirectUI 控件。
继承层次结构
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls.DirectUIControl
命名空间: Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls
程序集: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
Public Class DirectUIControl _
Inherits UITestControl
[CLSCompliantAttribute(true)]
public class DirectUIControl : UITestControl
[CLSCompliantAttribute(true)]
public ref class DirectUIControl : public UITestControl
[<CLSCompliantAttribute(true)>]
type DirectUIControl =
class
inherit UITestControl
end
public class DirectUIControl extends UITestControl
DirectUIControl 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DirectUIControl() | 初始化 DirectUIControl 类的新实例。 | |
DirectUIControl(UITestControl) | 初始化 DirectUIControl 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
AutomationId | 获取控件自动化 ID. | |
BoundingRectangle | (继承自 UITestControl。) | |
ClassName | (继承自 UITestControl。) | |
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 | 获取或设置控件的状态。 | |
TechnologyName | (继承自 UITestControl。) | |
Top | (继承自 UITestControl。) | |
TopParent | (继承自 UITestControl。) | |
Value | 获取或设置控件的状态。 | |
Width | (继承自 UITestControl。) | |
WindowHandle | (继承自 UITestControl。) | |
WindowTitles | (继承自 UITestControl。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
参考
Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls 命名空间