Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- uiElement 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement- A UITechnologyElement object. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.