UITestBuilderButton Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a container for the properties of a button in the Coded UI Test Builder.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.UITestBuilderButton

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Class UITestBuilderButton
public class UITestBuilderButton
public ref class UITestBuilderButton
type UITestBuilderButton =  class end
public class UITestBuilderButton

The UITestBuilderButton type exposes the following members.

Constructors

  Name Description
Public method UITestBuilderButton Initializes a new instance of the UITestBuilderButton class.

Top

Properties

  Name Description
Public property AcceleratorKey Gets or sets the keyboard shortcut key.
Public property Image Gets or sets the image to display on the button.
Public property Name Gets or sets the name of the button.
Public property Tooltip Gets or sets the tooltip to use for the button.

Top

Methods

  Name Description
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 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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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