SendKeysAction Constructor (UITechnologyElement)

Initializes a new instance of the SendKeysAction class by using the provided UI element.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    element As UITechnologyElement _
)
public SendKeysAction(
    UITechnologyElement element
)
public:
SendKeysAction(
    UITechnologyElement^ element
)
new : 
        element:UITechnologyElement -> SendKeysAction
public function SendKeysAction(
    element : UITechnologyElement
)

Parameters

Remarks

Send keys is not available for analog test recording.

.NET Framework Security

See Also

Reference

SendKeysAction Class

SendKeysAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITechnologyElement