Link.Enabled 属性

获取一个值,该值指示是否启用链接。

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

语法

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

属性值

类型:System.Boolean
如果启用链接,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

Link 类

Microsoft.VisualStudio.TestTools.Common 命名空间