SetBaseAction Constructor (UITechnologyElement)

Initializes a new instance of the SetBaseAction 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 SetBaseAction(
    UITechnologyElement uiElement
)
protected:
SetBaseAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> SetBaseAction
protected function SetBaseAction(
    uiElement : UITechnologyElement
)

Parameters

.NET Framework Security

See Also

Reference

SetBaseAction Class

SetBaseAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITechnologyElement