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 | |
---|---|---|
UITestBuilderButton | Initializes a new instance of the UITestBuilderButton class. |
Top
Properties
Name | Description | |
---|---|---|
AcceleratorKey | Gets or sets the keyboard shortcut key. | |
Image | Gets or sets the image to display on the button. | |
Name | Gets or sets the name of the button. | |
Tooltip | Gets or sets the tooltip to use for the button. |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.