Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")> _
<ComVisibleAttribute(True)> _
Public Enumeration UITestEventType
[GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
[ComVisibleAttribute(true)]
public enum UITestEventType
[GuidAttribute(L"8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")]
[ComVisibleAttribute(true)]
public enum class UITestEventType
[<GuidAttribute("8D496D5D-6EB4-4ADA-B54C-8CB81225C4E3")>]
[<ComVisibleAttribute(true)>]
type UITestEventType
public enum UITestEventType
Members
Member name | Description | |
---|---|---|
ValueChanged | The value of a UI element changes. | |
KeyUp | A key is released. | |
KeyDown | A key is pressed. | |
MouseUp | The mouse button is released. | |
MouseDown | The mouse button is pressed. | |
Hover | The mouse hovers over a UI element. | |
MouseMove | The mouse pointer moves. | |
MouseOver | The mouse pointer moves into a UI element. | |
StateChanged | The state of a UI element changes. | |
OnFocus | A UI element receives focus. |