ILastInvocationInfo Interface

Definition

Provides an interface to obtain additional information from the GetLastInvocationInfo() method about the last action or search operation.

public interface class ILastInvocationInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5E7C0315-2E01-4119-960C-3993700665C5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ILastInvocationInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("EA99D346-3A08-48D4-8285-EACD2E98BEC2")]
public interface ILastInvocationInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5E7C0315-2E01-4119-960C-3993700665C5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ILastInvocationInfo = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("EA99D346-3A08-48D4-8285-EACD2E98BEC2")>]
type ILastInvocationInfo = interface
Public Interface ILastInvocationInfo
Attributes

Properties

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.

Methods

GetInfoProperties()

Gets an array of the names of supported properties.

GetInfoPropertyValue(String)

Gets a string version of the value of the specified property.

Applies to