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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.