IUITestActionStack.Push 方法 (UITestAction)

 

在堆栈顶部插入提供的测试操作。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

void Push(
    UITestAction element
)
void Push(
    UITestAction^ element
)
abstract Push : 
        element:UITestAction -> unit
Sub Push (
    element As UITestAction
)

参数

请参阅

UITestAction
IUITestActionStack 接口
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首