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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITestPointProperties Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms