Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.Execution Namespace
#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)