TestCaseResumeEventArgs Constructor
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation _
)
public TestCaseResumeEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation
)
public:
TestCaseResumeEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation -> TestCaseResumeEventArgs
public function TestCaseResumeEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation
)
Parameters
- testElement
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformation
.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.