AggregatedAction Constructor (UITechnologyElement)

 

Initializes a new instance of the AggregatedAction class for the provided user interface (UI) element.

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

Syntax

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

Parameters

See Also

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

Return to top