Provides an interface to obtain additional information from the UITechnologyManager.GetLastInvocationInfo method about the last action or search operation.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("8176F729-9A1E-4F4A-AD37-BB3798969108")> _
Public Interface ILastInvocationInfo
[ComVisibleAttribute(true)]
[GuidAttribute("8176F729-9A1E-4F4A-AD37-BB3798969108")]
public interface ILastInvocationInfo
[ComVisibleAttribute(true)]
[GuidAttribute(L"8176F729-9A1E-4F4A-AD37-BB3798969108")]
public interface class ILastInvocationInfo
[<ComVisibleAttribute(true)>]
[<GuidAttribute("8176F729-9A1E-4F4A-AD37-BB3798969108")>]
type ILastInvocationInfo =  interface end
public interface ILastInvocationInfo
The ILastInvocationInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | InnerInfo | Gets the last invocation information for the previous action or search, if any. | 
| .gif) | Message | Gets the last message. | 
| .gif) | Source | The name of the source of any failure. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetInfoProperties | Gets an array of the names of supported properties. | 
| .gif) | GetInfoPropertyValue | Gets a string version of the value of the specified property. | 
Top