Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<GuidAttribute("F962EA03-B589-40e0-85BE-051C941BEA9C")> _
<ComVisibleAttribute(True)> _
Public Interface ILastInvocationInfo
[GuidAttribute("F962EA03-B589-40e0-85BE-051C941BEA9C")]
[ComVisibleAttribute(true)]
public interface ILastInvocationInfo
[GuidAttribute(L"F962EA03-B589-40e0-85BE-051C941BEA9C")]
[ComVisibleAttribute(true)]
public interface class ILastInvocationInfo
[<GuidAttribute("F962EA03-B589-40e0-85BE-051C941BEA9C")>]
[<ComVisibleAttribute(true)>]
type ILastInvocationInfo = interface end
public interface ILastInvocationInfo
The ILastInvocationInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
InnerInfo | Gets the last invocation information for the previous action or search, if any. |
![]() |
Message | Gets the last message. |
![]() |
Source | The name of the source of any failure. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetInfoProperties | Gets an array of the names of supported properties. |
![]() |
GetInfoPropertyValue | Gets a string version of the value of the specified property. |
Top