UITestControl::PropertyNames Class
Represents the names of the common properties in all UITestControl objects.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls::HtmlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WinControls::WinControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WpfControls::WpfControl::PropertyNames
| Name | Description | |
|---|---|---|
![]() | UITestControl::PropertyNames() | Initializes a new instance of the UITestControl::PropertyNames class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | BoundingRectangle | Returns "BoundingRectangle". |
![]() ![]() | ClassName | Returns "ClassName". |
![]() ![]() | ControlType | Returns "ControlType". |
![]() ![]() | Enabled | Returns "Enabled". |
![]() ![]() | Exists | Returns "Exists". |
![]() ![]() | FriendlyName | Returns "FriendlyName". |
![]() ![]() | HasFocus | Returns "HasFocus". |
![]() ![]() | Height | Gets the height of the control. Data type: System.Int32 |
![]() ![]() | Instance | Returns "Instance". |
![]() ![]() | IsTopParent | Returns "IsTopParent". |
![]() ![]() | Left | Gets the x-coordinate of the left edge of the control. Data type: System.Int32 |
![]() ![]() | MaxDepth | Returns "MaxDepth". |
![]() ![]() | Name | Returns "Name". |
![]() ![]() | NativeElement | Returns "NativeElement". |
![]() ![]() | QueryId | Returns "QueryId". |
![]() ![]() | State | Gets the state of the control. Data type: ControlStates |
![]() ![]() | TechnologyName | Returns "TechnologyName". |
![]() ![]() | Top | Gets the x-coordinate of the top edge of the control. Data type: System.Int32 |
![]() ![]() | TopParent | Returns "TopParent". |
![]() ![]() | UITechnologyElement | Returns "UITechnologyElement". |
![]() ![]() | Width | Gets the width of the control. Data type: System.Int32 |
![]() ![]() | WindowHandle | Returns "WindowHandle". |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



