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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IUITechnologyManager Interface