Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an abstract base class to create an extended version of the Coded UI Test Builder.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITest.Common.UITestBuilderExtension
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public MustInherit Class UITestBuilderExtension
public abstract class UITestBuilderExtension
public ref class UITestBuilderExtension abstract
[<AbstractClass>]
type UITestBuilderExtension = class end
public abstract class UITestBuilderExtension
The UITestBuilderExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
UITestBuilderExtension | Initializes a new instance of the UITestBuilderExtension class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsViewOpen | Gets or sets a value that indicates whether the view is open. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CloseExtensionView | When overridden in a derived class, closes the view of the Coded UI Test Builder extension. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetButton | When overridden in a derived class, gets the property container for a button in the Coded UI Test Builder extension. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | When overridden in a derived class, initializes the extension by using the provided Coded UI Test Builder extension. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ShowExtensionView | When overridden in a derived class, opens the view of the extension. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Closed | When overridden in a derived class, handles the event that occurs when the open window is closed. |
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.