Freigeben über


ITestList.GetTests-Methode

Ruft in der aktuellen Liste ein Array von Tests ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Function GetTests As ITestElement()
ITestElement[] GetTests()
array<ITestElement^>^ GetTests()
abstract GetTests : unit -> ITestElement[] 
function GetTests() : ITestElement[]

Rückgabewert

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Ein Array von ITestList-Objekten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestList Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

GetMissingTests