Freigeben über


RunStateEvent.NewState-Eigenschaft

Ruft die neue Einstellung für den Testlaufzustand ab.

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

Syntax

'Declaration
Public ReadOnly Property NewState As RunState
    Get
public RunState NewState { get; }
public:
property RunState NewState {
    RunState get ();
}
member NewState : RunState
function get NewState () : RunState

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.RunState
Die neue Einstellung für den Testlaufzustand.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunStateEvent Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace