TestRun.GetTestElement, méthode (TestExecId, TestId)
Retourne l'élément de test qui possède l'ID spécifié et l'ID d'exécution de son parent.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Function GetTestElement ( _
parentExecutionId As TestExecId, _
innerTestId As TestId _
) As ITestElement
public ITestElement GetTestElement(
TestExecId parentExecutionId,
TestId innerTestId
)
public:
ITestElement^ GetTestElement(
TestExecId^ parentExecutionId,
TestId^ innerTestId
)
member GetTestElement :
parentExecutionId:TestExecId *
innerTestId:TestId -> ITestElement
public function GetTestElement(
parentExecutionId : TestExecId,
innerTestId : TestId
) : ITestElement
Paramètres
- parentExecutionId
Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
L'ID d'exécution de l'élément test qui est une agrégation pour le test spécifié.
- innerTestId
Type : Microsoft.VisualStudio.TestTools.Common.TestId
ID de l'élément test.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.Common.ITestElement
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.