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.
IDataCollectionAwareTestAdapter::DataCollectors Property
Gets or sets a DataCollectorNotifications object that can raise events for diagnostic data adapters.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
property DataCollectorNotifications^ DataCollectors { DataCollectorNotifications^ get(); void set(DataCollectorNotifications^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectorNotifications^A diagnostic data adapter (data collector) notifications object.
For more information about how to implement this property, see the example at IDataCollectionAwareTestAdapter.
Show: