TestAndCategoryPair.IsBrokenLink 属性

获取一个值,该值指示测试与类别之间的链接是否已断开。

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

语法

声明
Public ReadOnly Property IsBrokenLink As Boolean
public bool IsBrokenLink { get; }
public:
property bool IsBrokenLink {
    bool get ();
}
member IsBrokenLink : bool with get
function get IsBrokenLink () : boolean

属性值

类型:System.Boolean
如果测试与类别之间的链接已断开,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

TestAndCategoryPair 类

Microsoft.VisualStudio.TestTools.Common 命名空间