Proprietà ITestRun.TestPlanId

Ottiene l'ID del piano di test che contiene l'esecuzione dei test.

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

Sintassi

'Dichiarazione
ReadOnly Property TestPlanId As Integer
    Get
int TestPlanId { get; }
property int TestPlanId {
    int get ();
}
abstract TestPlanId : int
function get TestPlanId () : int

Valore proprietà

Tipo: System.Int32
L'ID del piano di test contenente l'esecuzione dei test o zero se si tratta di un'esecuzione dei test ad hoc.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestRun Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client