TestCaseResumeEventArgs – konstruktor
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
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
)
Parametry
- testElement
Typ: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Typ: Microsoft.VisualStudio.TestTools.Common.TcmInformation
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.