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

protected SetBaseAction(
    UITechnologyElement uiElement
)
protected:
SetBaseAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> SetBaseAction
Protected Sub New (
    uiElement As UITechnologyElement
)

Parameters

See Also

UITechnologyElement
SetBaseAction Overload
SetBaseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top