Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestStepEventArgs Constructor (DataCollectionContext^, Guid, TcmInformation^, String^, Boolean, Int32, String^)

 

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

protected:
TestStepEventArgs(
	DataCollectionContext^ context,
	Guid testCaseId,
	TcmInformation^ tcmInformation,
	String^ testCaseName,
	bool isChildTestCase,
	int testStepId,
	String^ testStepDescription
)

Parameters

context
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^

testCaseId
Type: System::Guid

tcmInformation
Type: Microsoft.VisualStudio.TestTools.Common::TcmInformation^

testCaseName
Type: System::String^

isChildTestCase
Type: System::Boolean

testStepId
Type: System::Int32

testStepDescription
Type: System::String^

Return to top
Show: