Compartilhar via


Construtor TestCaseEventArgs (DataCollectionContext, ITestElement, TcmInformation)

Inicializa uma nova instância de TestCaseEventArgs classe usando informações fornecidas.

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

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestCaseEventArgs Classe

Sobrecargas TestCaseEventArgs

Namespace Microsoft.VisualStudio.TestTools.Execution

DataCollectionContext

ITestElement

TcmInformation