TestResultId.ParentExecId, propriété
Obtient l'ID d'exécution de test du résultat de test parent.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentExecId As TestExecId
Get
public TestExecId ParentExecId { get; }
public:
property TestExecId^ ParentExecId {
TestExecId^ get ();
}
member ParentExecId : TestExecId
function get ParentExecId () : TestExecId
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
ID d'exécution de test du résultat de test parent ou nullune référence null (Nothing en Visual Basic) si le résultat de test associé n'a aucun résultat de test parent.
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.