DataCollectionSink Constructor

Initializes a new instance of the DataCollectionSink class.

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

Syntax

'Declaration
Protected Sub New
protected DataCollectionSink()
protected:
DataCollectionSink()
new : unit -> DataCollectionSink
protected function DataCollectionSink()

Remarks

When your custom diagnostic data adapter is initialized by the testing framework, the framework provides a DataCollectionSink object for your diagnostic data adapter to use.

.NET Framework Security

See Also

Reference

DataCollectionSink Class

Microsoft.VisualStudio.TestTools.Execution Namespace

Other Resources

Creating a Diagnostic Data Adapter to Collect Custom Data or Affect a Test Machine