TestCaseResumeEventArgs (Constructor)
Espacio de nombres: Microsoft.VisualStudio.TestTools.Execution
Ensamblado: Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxis
'Declaración
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation _
)
public TestCaseResumeEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation
)
public:
TestCaseResumeEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation -> TestCaseResumeEventArgs
public function TestCaseResumeEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation
)
Parámetros
- testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)