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