Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
virtual bool IsValid() sealed

Return Value

Type: System::Boolean

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

Return to top
Show: