IQTMeasurementBlock.Step Method
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub Step ( _
s As String, _
ParamArray args As Object() _
)
void Step(
string s,
params Object[] args
)
void Step(
String^ s,
... array<Object^>^ args
)
abstract Step :
s:string *
args:Object[] -> unit
function Step(
s : String,
... args : Object[]
)
Parameters
- s
Type: String
- args
Type: array<Object[]
.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.