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
'Declaration
Protected Sub New ( _
uiElement As UITechnologyElement _
)
protected InputAction(
UITechnologyElement uiElement
)
protected:
InputAction(
UITechnologyElement^ uiElement
)
new :
uiElement:UITechnologyElement -> InputAction
protected function InputAction(
uiElement : UITechnologyElement
)
Parameters
uiElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.