Partager via


TestCasePauseEventArgs, constructeur

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

Syntaxe

'Déclaration
Public Sub New ( _
    context As DataCollectionContext, _
    testElement As ITestElement, _
    tcmInformation As TcmInformation _
)
public TestCasePauseEventArgs(
    DataCollectionContext context,
    ITestElement testElement,
    TcmInformation tcmInformation
)
public:
TestCasePauseEventArgs(
    DataCollectionContext^ context, 
    ITestElement^ testElement, 
    TcmInformation^ tcmInformation
)
new : 
        context:DataCollectionContext * 
        testElement:ITestElement * 
        tcmInformation:TcmInformation -> TestCasePauseEventArgs
public function TestCasePauseEventArgs(
    context : DataCollectionContext, 
    testElement : ITestElement, 
    tcmInformation : TcmInformation
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestCasePauseEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms