TestStateEvent.NewState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.