Note
The enumerator of the returned collection does not support the IEnumerator.Reset method.
public static IEnumerable<IMeasureItem> GetMeasurementResults(
string category
)
Public Shared Function GetMeasurementResults (
category As String
) As IEnumerable(Of IMeasureItem)
public:
static IEnumerable<IMeasureItem^>^ GetMeasurementResults(
String^ category
)
static member GetMeasurementResults :
category : string -> IEnumerable<IMeasureItem>
If AutoSaveResults is , the measurement results are automatically dumped in XML files on application exit, so accessing this property is required only when measurements are needed to be accessed programmatically.
Getting this property is an O(1) operation. The returned value is a lazy enumerator. If Measure(String, String) method is called during the enumeration an exception might be thrown.