TcmInformation, constructeur (Int32, Int32, Int32, Int32)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- testCaseId
Type : Int32
- testRunId
Type : Int32
- testResultId
Type : Int32
- testIterationId
Type : Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.