UITestAction Constructor (UITechnologyElement)

 

Initializes a new instance of the UITestAction 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

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

Parameters

See Also

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

Return to top