Share via


IMeasurementBlockProxy.Step Method (Int64, String)

 

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

Syntax

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

Parameters

See Also

Step Overload
IMeasurementBlockProxy Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top