Condividi tramite


Proprietà ITestSuiteEntry.TestCase

Ottiene il test case associato se questo è una voce di test case.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCase
Test case associato se questo è una voce di test case.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestSuiteEntry Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCase