RunResultAndStatistics.TestRun, propriété
Obtient la série de tests associée à cet objet RunResultAndStatistics.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TestRun As TestRun
Get
public TestRun TestRun { get; }
public:
property TestRun^ TestRun {
TestRun^ get ();
}
member TestRun : TestRun
function get TestRun () : TestRun
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestRun
Série de tests associée à cet objet RunResultAndStatistics.
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.