RunResultAndStatistics.IsPartialRun 属性

返回一个值,该值指示关联的测试运行是否为部分运行。

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

语法

声明
Public Property IsPartialRun As Boolean
public bool IsPartialRun { get; set; }
public:
property bool IsPartialRun {
    bool get ();
    void set (bool value);
}
member IsPartialRun : bool with get, set
function get IsPartialRun () : boolean
function set IsPartialRun (value : boolean)

属性值

类型:System.Boolean
如果关联的测试运行为部分运行,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间