ILastInvocationInfo.InnerInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last invocation information for the previous action or search, if any.
public:
property Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ InnerInfo { Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ get(); };
public Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo InnerInfo { get; }
member this.InnerInfo : Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Public ReadOnly Property InnerInfo As ILastInvocationInfo
Property Value
The last invocation information for the previous action or search, or null if no information exists.