Compartilhar via


Construtor TestCaseStartEventArgs

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation _
)
public TestCaseStartEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation
)
public:
TestCaseStartEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation -> TestCaseStartEventArgs
public function TestCaseStartEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestCaseStartEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution