TestMethodInvokerContext.InnerInvoker Property
Gets the Invoke method of the test method invoker.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property InnerInvoker As ITestMethodInvoker
public abstract ITestMethodInvoker InnerInvoker { get; }
public:
virtual property ITestMethodInvoker^ InnerInvoker {
ITestMethodInvoker^ get () abstract;
}
abstract InnerInvoker : ITestMethodInvoker with get
abstract function get InnerInvoker () : ITestMethodInvoker
Property Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting.ITestMethodInvoker
The Invoke method of the test method invoker.
.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.
See Also
Reference
TestMethodInvokerContext Class