Share via


TestStepStartEventArgs Constructor

Definition

public:
 TestStepStartEventArgs(Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ context, Microsoft::VisualStudio::TestTools::Common::ITestElement ^ testElement, Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ tcmInformation, int testStepId, System::String ^ testStepDescription);
public TestStepStartEventArgs (Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext context, Microsoft.VisualStudio.TestTools.Common.ITestElement testElement, Microsoft.VisualStudio.TestTools.Common.TcmInformation tcmInformation, int testStepId, string testStepDescription);
new Microsoft.VisualStudio.TestTools.Execution.TestStepStartEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext * Microsoft.VisualStudio.TestTools.Common.ITestElement * Microsoft.VisualStudio.TestTools.Common.TcmInformation * int * string -> Microsoft.VisualStudio.TestTools.Execution.TestStepStartEventArgs
Public Sub New (context As DataCollectionContext, testElement As ITestElement, tcmInformation As TcmInformation, testStepId As Integer, testStepDescription As String)

Parameters

testElement
ITestElement
tcmInformation
TcmInformation
testStepId
Int32
testStepDescription
String

Applies to