共用方式為


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