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
)
參數
- element
型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
要推入至堆疊的 UITestAction。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。