UITestBuilderExtension Class

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
Protected method UITestBuilderExtension Initializes a new instance of the UITestBuilderExtension class.

Top

Properties

  Name Description
Public property IsViewOpen Gets or sets a value that indicates whether the view is open.

Top

Methods

  Name Description
Public method CloseExtensionView When overridden in a derived class, closes the view of the Coded UI Test Builder extension.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetButton When overridden in a derived class, gets the property container for a button in the Coded UI Test Builder extension.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize When overridden in a derived class, initializes the extension by using the provided Coded UI Test Builder extension.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ShowExtensionView When overridden in a derived class, opens the view of the extension.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Common Namespace