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("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
Public property InnerInfo Gets the last invocation information for the previous action or search, if any.
Public property Message Gets the last message.
Public property Source The name of the source of any failure.

Top

Methods

  Name Description
Public method GetInfoProperties Gets an array of the names of supported properties.
Public method GetInfoPropertyValue Gets a string version of the value of the specified property.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITechnologyManager.GetLastInvocationInfo