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.

TestResultCounter::Length Property

 

Gets the number of counters in this test result counter (not including the Total counter).

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

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

Property Value

Type: System::Int32

The number of counters in this test result counter

Return to top
Show: