Partager via


TestCaseEventArgs, constructeur (DataCollectionContext, ITestElement, TcmInformation)

Initialise une nouvelle instance de la classe TestCaseEventArgs à l'aide des informations fournies.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestCaseEventArgs Classe

TestCaseEventArgs, surcharge

Microsoft.VisualStudio.TestTools.Execution, espace de noms

DataCollectionContext

ITestElement

TcmInformation