Sdílet prostřednictvím


ITestList.GetTests – metoda

Načte pole v aktuálním seznamu testů.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Vrácená hodnota

Typ: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Pole ITestList objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestList Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

GetMissingTests