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