Sdílet prostřednictvím


ISharedStep.TestCaseReferences – vlastnost

Získá seznam testovacích případů obsahuje odkaz na tuto sadu sdílených krok.

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

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
Kolekce testovacího případu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ISharedStep Rozhraní

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

ITestCaseCollection