Freigeben über


RunConfiguration.IsValid-Methode

Meldet, ob das RunConfiguration-Element gültig ist.

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

Syntax

'Declaration
Public Function IsValid As Boolean
public bool IsValid()
public:
virtual bool IsValid() sealed
abstract IsValid : unit -> bool  
override IsValid : unit -> bool
public final function IsValid() : boolean

Rückgabewert

Typ: Boolean
true , wenn TestRun gültig ist und diese RunConfigurationITestElement-Objekte enthält, andernfalls false.

Implementiert

IVerifiable.IsValid()

.NET Framework-Sicherheit

Siehe auch

Referenz

RunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

RunConfiguration

TestRun

ITestElement