Represents the names of the common properties in all UITestControl objects.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.DirectUIControls.DirectUIControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls.XamlControl.PropertyNames
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public MustInherit Class PropertyNames
[CLSCompliantAttribute(true)]
public abstract class PropertyNames
[CLSCompliantAttribute(true)]
public ref class PropertyNames abstract
[<AbstractClass>]
[<CLSCompliantAttribute(true)>]
type PropertyNames =  class end
public abstract class PropertyNames
The UITestControl.PropertyNames type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | UITestControl.PropertyNames | Initializes a new instance of the UITestControl.PropertyNames class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Determines whether the provided object is equal to the current instance. (Overrides Object.Equals(Object).) | 
| .gif) .gif) | Equals(Object, Object) | Determines whether the provided objects are equal. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) | 
| .gif) | GetType | Returns the Type of the control. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) .gif) | ReferenceEquals | Determines whether the two provided object references refer to the same instance. | 
| .gif) | ToString | Returns a string representation of this instance. (Overrides Object.ToString.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | BoundingRectangle | Returns "BoundingRectangle". | 
| .gif) .gif) | ClassName | Returns "ClassName". | 
| .gif) .gif) | ControlType | Returns "ControlType". | 
| .gif) .gif) | Enabled | Returns "Enabled". | 
| .gif) .gif) | Exists | Returns "Exists". | 
| .gif) .gif) | FriendlyName | Returns "FriendlyName". | 
| .gif) .gif) | HasFocus | Returns "HasFocus". | 
| .gif) .gif) | Height | Gets the height of the control. Data type: System.Int32 | 
| .gif) .gif) | Instance | Returns "Instance". | 
| .gif) .gif) | IsTopParent | Returns "IsTopParent". | 
| .gif) .gif) | Left | Gets the x-coordinate of the left edge of the control. Data type: System.Int32 | 
| .gif) .gif) | MaxDepth | Returns "MaxDepth". | 
| .gif) .gif) | Name | Returns "Name". | 
| .gif) .gif) | NativeElement | Returns "NativeElement". | 
| .gif) .gif) | QueryId | Returns "QueryId". | 
| .gif) .gif) | State | Gets the state of the control. Data type: ControlStates | 
| .gif) .gif) | TechnologyName | Returns "TechnologyName". | 
| .gif) .gif) | Top | Gets the x-coordinate of the top edge of the control. Data type: System.Int32 | 
| .gif) .gif) | TopParent | Returns "TopParent". | 
| .gif) .gif) | UITechnologyElement | Returns "UITechnologyElement". | 
| .gif) .gif) | Width | Gets the width of the control. Data type: System.Int32 | 
| .gif) .gif) | WindowHandle | Returns "WindowHandle". | 
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.