DirectUIControl Class
Represents a DirectUI control.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls.DirectUIControl
Namespace: Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
<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
The DirectUIControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DirectUIControl() | Initializes a new instance of the DirectUIControl class. | |
DirectUIControl(UITestControl) | Initializes a new instance of the DirectUIControl class. |
Top
Properties
Name | Description | |
---|---|---|
AutomationId | Gets the control's automation Id. | |
BoundingRectangle | (Inherited from UITestControl.) | |
ClassName | (Inherited from UITestControl.) | |
Container | (Inherited from UITestControl.) | |
ControlType | (Inherited from UITestControl.) | |
Enabled | (Inherited from UITestControl.) | |
Exists | (Inherited from UITestControl.) | |
FilterProperties | (Inherited from UITestControl.) | |
FriendlyName | (Inherited from UITestControl.) | |
HasFocus | (Inherited from UITestControl.) | |
Height | (Inherited from UITestControl.) | |
IsTopParent | (Inherited from UITestControl.) | |
Left | (Inherited from UITestControl.) | |
Name | (Inherited from UITestControl.) | |
NativeElement | (Inherited from UITestControl.) | |
SearchConfigurations | (Inherited from UITestControl.) | |
SearchProperties | (Inherited from UITestControl.) | |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | |
State | Gets or sets the state of the control. | |
TechnologyName | (Inherited from UITestControl.) | |
Top | (Inherited from UITestControl.) | |
TopParent | (Inherited from UITestControl.) | |
Value | Gets or sets the state of the control. | |
Width | (Inherited from UITestControl.) | |
WindowHandle | (Inherited from UITestControl.) | |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls Namespace