Share via


UITechnologyManagerProxy.GetLastInvocationInfo Method

Gets the information about the most recent invocation of the technology manager.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides Function GetLastInvocationInfo As ILastInvocationInfo
public override ILastInvocationInfo GetLastInvocationInfo()
public:
virtual ILastInvocationInfo^ GetLastInvocationInfo() override
abstract GetLastInvocationInfo : unit -> ILastInvocationInfo  
override GetLastInvocationInfo : unit -> ILastInvocationInfo
public override function GetLastInvocationInfo() : ILastInvocationInfo

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Information about the most recent invocation of the technology manager.

Implements

IUITechnologyManager.GetLastInvocationInfo()

.NET Framework Security

See Also

Reference

UITechnologyManagerProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace