Share via


RunStateEvent.NewState Property

Definition

Gets the new setting for the run state.

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

Property Value

The new setting for the run state.

Applies to