TestStateEvent.NewState 属性

获取测试状态的新设置。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property NewState As TestState
    Get
public TestState NewState { get; }
public:
property TestState NewState {
    TestState get ();
}
member NewState : TestState
function get NewState () : TestState

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestState
TestState 枚举的成员。

.NET Framework 安全性

请参见

参考

TestStateEvent 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestState