共用方式為


IUITechnologyManager.GetLastInvocationInfo 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

傳回此管理員所叫用之最後一個測試動作的相關資訊。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Function GetLastInvocationInfo As ILastInvocationInfo
ILastInvocationInfo GetLastInvocationInfo()
ILastInvocationInfo^ GetLastInvocationInfo()
abstract GetLastInvocationInfo : unit -> ILastInvocationInfo 
function GetLastInvocationInfo() : ILastInvocationInfo

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
最後一次叫用的相關資訊。

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

ILastInvocationInfo