TestStateEvent.NewState (Propiedad)

Obtiene el nuevo valor para el estado de las pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property NewState As TestState
public TestState NewState { get; }
public:
property TestState NewState {
    TestState get ();
}
member NewState : TestState with get
function get NewState () : TestState

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestState
Un miembro de la enumeración TestState.

Seguridad de .NET Framework

Vea también

Referencia

TestStateEvent Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestState