IUITestActionStack.Push Method
Inserts the provided test action at the top of the stack.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Sub Push ( _
element As UITestAction _
)
void Push(
UITestAction element
)
void Push(
UITestAction^ element
)
abstract Push :
element:UITestAction -> unit
function Push(
element : UITestAction
)
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionThe UITestAction to push onto the stack.
.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.