Partager via


ITestStep.TestStepType, propriété

Obtient le type de cette étape de test.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.TeamFoundation.TestManagement.Client.TestStepType
Type de cette étape de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestStep Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

TestStepType