IUITechnologyManager.GetLastInvocationInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns information about the last test action that was invoked by this manager.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Information about the last invocation.

.NET Framework Security

See Also

Reference

IUITechnologyManager Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

ILastInvocationInfo