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.
This enumeration is used by Visual Studio Application Lifecycle Management (ALM) through the IVsUIEventSink interface to specify the type of testing event that has been raised.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")> _
Public Enumeration UITestEventType
[ComVisibleAttribute(true)]
[GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
public enum UITestEventType
[ComVisibleAttribute(true)]
[GuidAttribute(L"8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
public enum class UITestEventType
[<ComVisibleAttribute(true)>]
[<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")>]
type UITestEventType
public enum UITestEventType
Members
Member name | Description | |
---|---|---|
Hover | The mouse hovers over a UI element. | |
InvokedEvent | Event fired for invoke actions. | |
KeyDown | A key is pressed. | |
KeyUp | A key is released. | |
Media | Event fired for Media scenarios. | |
MouseDown | The mouse button is pressed. | |
MouseMove | The mouse pointer moves. | |
MouseOver | The mouse pointer moves into a UI element. | |
MouseUp | The mouse button is released. | |
OnFocus | A UI element receives focus. | |
OrientationChanged | Event fired when there is an orientation change. | |
StateChanged | The state of a UI element changes. | |
ValueChanged | The value of a UI element changes. |
Remarks
This is used by the IEventSink interface.