Condividi tramite


Proprietà ITestStep.TestStepType

Ottiene il tipo di questo passo di test.

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

Sintassi

'Dichiarazione
Property TestStepType As TestStepType
TestStepType TestStepType { get; set; }
property TestStepType TestStepType {
    TestStepType get ();
    void set (TestStepType value);
}
abstract TestStepType : TestStepType with get, set
function get TestStepType () : TestStepType 
function set TestStepType (value : TestStepType)

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestStepType
Tipo di questo passo di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestStep Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

TestStepType