DataCollector Constructor
Initializes a new instance of the DataCollector class.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Protected Sub New
protected DataCollector()
protected:
DataCollector()
new : unit -> DataCollector
protected function DataCollector()
Remarks
This DataCollector is instantiated by the testing framework.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.