Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IUITestActionStack::Push Method (UITestAction^)

 

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)

void Push(
	UITestAction^ element
)

Parameters

element
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

The UITestAction to push onto the stack.

Return to top
Show: