InputAction Constructor (UITechnologyElement)
Initializes a new instance of the InputAction class by using the provided element.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
protected InputAction(
UITechnologyElement uiElement
)
protected:
InputAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> InputAction
Protected Sub New (
uiElement As UITechnologyElement
)
Parameters
uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
See Also
UITechnologyElement
InputAction Overload
InputAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top