Share via


RunConfiguration.IsValid Method

Reports whether the RunConfiguration is valid.

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

Return Value

Type: Boolean
true if the TestRun is valid and this RunConfiguration contains ITestElement objects; otherwise, false.

Implements

IVerifiable.IsValid()

.NET Framework Security

See Also

Reference

RunConfiguration Class

Microsoft.VisualStudio.TestTools.Execution Namespace

RunConfiguration

TestRun

ITestElement