IUITestActionStack.Peek 方法

 

返回堆栈中的一个元素,但不将其移除。

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

重载列表

名称 说明
System_CAPS_pubmethod Peek()

返回堆栈中的最顶层元素,但不将其移除。

System_CAPS_pubmethod Peek(Int32)

返回堆栈中所提供索引处的元素,但不将其移除。

请参阅

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

返回页首