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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client