Sdílet prostřednictvím


TestCaseEventArgs – konstruktor (DataCollectionContext, ITestElement, TcmInformation)

Inicializuje novou instanci TestCaseEventArgs třídy pomocí zadané informace.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEventArgs Třída

TestCaseEventArgs – přetížení

Microsoft.VisualStudio.TestTools.Execution – obor názvů

DataCollectionContext

ITestElement

TcmInformation