Freigeben über


TestElement.IsLoadTestCandidate-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Testelement in eine Liste möglicher Auslastungstests in der Benutzeroberfläche eingefügt wird.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsLoadTestCandidate As Boolean
    Get
public virtual bool IsLoadTestCandidate { get; }
public:
virtual property bool IsLoadTestCandidate {
    bool get ();
}
abstract IsLoadTestCandidate : bool
override IsLoadTestCandidate : bool
function get IsLoadTestCandidate () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn dieses Testelement in eine Liste möglicher Auslastungstests eingeschlossen wird. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace