IUITestActionStack.Push 方法

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

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

语法

声明
Sub Push ( _
    element As UITestAction _
)
void Push(
    UITestAction element
)
void Push(
    UITestAction^ element
)
abstract Push : 
        element:UITestAction -> unit 
function Push(
    element : UITestAction
)

参数

.NET Framework 安全性

请参见

参考

IUITestActionStack 接口

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

UITestAction