Freigeben über


Link.Enabled-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Link aktiviert ist.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Enabled As Boolean
public bool Enabled { get; }
public:
property bool Enabled {
    bool get ();
}
member Enabled : bool with get
function get Enabled () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der Link aktiviert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Link Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace