TcmInformation – konstruktor (Int32, Int32, Int32, Int32)
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
testCaseId As Integer, _
testRunId As Integer, _
testResultId As Integer, _
testIterationId As Integer _
)
public TcmInformation(
int testCaseId,
int testRunId,
int testResultId,
int testIterationId
)
public:
TcmInformation(
int testCaseId,
int testRunId,
int testResultId,
int testIterationId
)
new :
testCaseId:int *
testRunId:int *
testResultId:int *
testIterationId:int -> TcmInformation
public function TcmInformation(
testCaseId : int,
testRunId : int,
testResultId : int,
testIterationId : int
)
Parametry
- testCaseId
Typ: Int32
- testRunId
Typ: Int32
- testResultId
Typ: Int32
- testIterationId
Typ: Int32
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.