Partager via


ITestPointProperties.State, propriété

Obtient l'état actuel du point de test associé.

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

Syntaxe

'Déclaration
Property State As TestPointState
    Get
    Set
TestPointState State { get; set; }
property TestPointState State {
    TestPointState get ();
    void set (TestPointState value);
}
abstract State : TestPointState with get, set
function get State () : TestPointState
function set State (value : TestPointState)

Valeur de propriété

Type : Microsoft.TeamFoundation.TestManagement.Client.TestPointState
État actuel du point de test associé.

Sécurité .NET Framework

Voir aussi

Référence

ITestPointProperties Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

TestPointState