TcmInformation-Konstruktor (Int32, Int32, Int32, Int32)
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
)
Parameter
- testCaseId
Typ: Int32
- testRunId
Typ: Int32
- testResultId
Typ: Int32
- testIterationId
Typ: Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.