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
- testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.