ControlType Class
ControlType class encapsulates the different types of UI Controls
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.ControlType
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ControlType
[SerializableAttribute]
public sealed class ControlType
[SerializableAttribute]
public ref class ControlType sealed
[<Sealed>]
[<SerializableAttribute>]
type ControlType = class end
public final class ControlType
The ControlType type exposes the following members.
Properties
Name | Description | |
---|---|---|
FriendlyName | ||
Name | ||
NameComparer |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object.Equals(Object).) | |
GetControlType(String) | ||
GetControlType(String, String) | ||
GetHashCode | (Overrides Object.GetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NameEquals | ||
ToString | (Overrides Object.ToString.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
Implicit(String to ControlType) | ||
Inequality |
Top
Fields
Top
Remarks
No content here will be updated; please do not add material here.
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.