Share via


RunStateEvent.NewState Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property NewState As RunState
'Usage
Dim instance As RunStateEvent 
Dim value As RunState 

value = instance.NewState
public RunState NewState { get; }
public:
property RunState NewState {
    RunState get ();
}
public function get NewState () : RunState

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.RunState

.NET Framework Security

See Also

Reference

RunStateEvent Class

RunStateEvent Members

Microsoft.VisualStudio.TestTools.Common Namespace