Proprietà ITestPointStatistic.PointState
ottiene TestPointState il test a questo punto di test.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
ReadOnly Property PointState As TestPointState
TestPointState PointState { get; }
property TestPointState PointState {
TestPointState get ();
}
abstract PointState : TestPointState with get
function get PointState () : TestPointState
Valore proprietà
Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
Lo stato del test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ITestPointStatistic Interfaccia
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client