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
- 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.