Condividi tramite


Proprietà ISharedStep.TestCaseReferences

Ottiene un elenco di test case che contiene un riferimento al set di passi condivisi.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
Raccolta di test case.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharedStep Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCaseCollection