Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ILastInvocationInfo::InnerInfo Property

 

Gets the last invocation information for the previous action or search, if any.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

property ILastInvocationInfo^ InnerInfo {
	ILastInvocationInfo^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension::ILastInvocationInfo^

The last invocation information for the previous action or search, or null if no information exists.

Return to top
Show: