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)

Syntax

'Declaration
Public Property TestStepId As Integer
public int TestStepId { get; private set; }
public:
property int TestStepId {
    int get ();
    private: void set (int value);
}
member TestStepId : int with get, private set
function get TestStepId () : int
private function set TestStepId (value : int)

Property Value

Type: System.Int32
Returns the ID of the test step.

Remarks

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

.NET Framework Security

See Also

Reference

TestStepEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)