Método IMeasurementBlockProxy.Begin (Int64, String)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
void Begin(
long l,
string s
)
void Begin(
long long l,
String^ s
)
abstract Begin :
l:int64 *
s:string -> unit
Sub Begin (
l As Long,
s As String
)
Parâmetros
- l
Type: System.Int64
- s
Type: System.String
Consulte também
Begin Sobrecarga
Interface IMeasurementBlockProxy
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo