RunResultAndStatistics.IsValid 方法

返回一个值,该值指示此 RunResultAndStatistics 对象是否有效。

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

语法

声明
Public Function IsValid As Boolean
public bool IsValid()
public:
virtual bool IsValid() sealed
abstract IsValid : unit -> bool 
override IsValid : unit -> bool 
public final function IsValid() : boolean

返回值

类型:System.Boolean
如果此 RunResultAndStatistics 对象有效,则为 true;否则为 false。

实现

IVerifiable.IsValid()

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间