Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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
.gif)
.gif)