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)
Syntax
'Declaration
ReadOnly Property InnerInfo As ILastInvocationInfo
ILastInvocationInfo InnerInfo { get; }
property ILastInvocationInfo^ InnerInfo {
ILastInvocationInfo^ get ();
}
abstract InnerInfo : ILastInvocationInfo
function get InnerInfo () : ILastInvocationInfo
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
The last invocation information for the previous action or search, or nulla null reference (Nothing in Visual Basic) if no information exists.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.