ILastInvocationInfo Interface
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("79E9E0A0-2149-499D-99B7-76E6AF5EC1A9")> _
<ComVisibleAttribute(True)> _
Public Interface ILastInvocationInfo
[GuidAttribute("79E9E0A0-2149-499D-99B7-76E6AF5EC1A9")]
[ComVisibleAttribute(true)]
public interface ILastInvocationInfo
[GuidAttribute(L"79E9E0A0-2149-499D-99B7-76E6AF5EC1A9")]
[ComVisibleAttribute(true)]
public interface class ILastInvocationInfo
[<GuidAttribute("79E9E0A0-2149-499D-99B7-76E6AF5EC1A9")>]
[<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