TestStateEvent.NewState Property

Definition

Gets the new setting for the test state.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestState NewState { Microsoft::VisualStudio::TestTools::Common::TestState get(); };
public Microsoft.VisualStudio.TestTools.Common.TestState NewState { get; }
member this.NewState : Microsoft.VisualStudio.TestTools.Common.TestState
Public ReadOnly Property NewState As TestState

Property Value

A member of the TestState enumeration.

Applies to