Sdílet prostřednictvím


ITestSuiteBase.AllTestCases – vlastnost

Tato sada a všechny podřízené objekty hierarchické získá testovacích sběr pouze pro čtení.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
ReadOnly Property AllTestCases As ITestCaseCollection
ITestCaseCollection AllTestCases { get; }
property ITestCaseCollection^ AllTestCases {
    ITestCaseCollection^ get ();
}
abstract AllTestCases : ITestCaseCollection with get
function get AllTestCases () : ITestCaseCollection

Hodnota vlastnosti

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
Kolekce testovacích pro tuto sadu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestSuiteBase Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITestCaseCollection