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::TestCount Property

 

Gets the number of ITestElement objects in this RunConfiguration.

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

public:
property int TestCount {
	int get();
}

Property Value

Type: System::Int32

The number of ITestElement objects in this RunConfiguration.

Return to top
Show: