Share via


IMeasurementBlockProxy.Step Method (Int64, String)

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Sub Step ( _
    l As Long, _
    s As String _
)
void Step(
    long l,
    string s
)
void Step(
    long long l, 
    String^ s
)
abstract Step : 
        l:int64 * 
        s:string -> unit
function Step(
    l : long, 
    s : String
)

Parameters

  • l
    Type: Int64
  • s
    Type: String

.NET Framework Security

See Also

Reference

IMeasurementBlockProxy Interface

Step Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace