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::TestStepId Property

 

Gets or sets the ID of the test step.

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

public:
property int TestStepId {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	private: void set(int value);
}

Property Value

Type: System::Int32

Returns the ID of the test step.

Identifies the test step under which the data collection occurs or 0 if no such test step exists.

M:Microsoft.VisualStudio.TestTools.Execution.TestStepEventArgs.#ctor(Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext,System.Int32,System.String,System.Boolean,System.Int32,System.String)
TestStepEventArgs Class
Microsoft.VisualStudio.TestTools.Execution Namespace

Return to top
Show: