Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a helper object that has methods to create, query, register, unregister, and update the diagnostic data adapters on the team foundation server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DataCollectors As IDataCollectorHelper
public IDataCollectorHelper DataCollectors { get; }
public:
virtual property IDataCollectorHelper^ DataCollectors {
IDataCollectorHelper^ get () sealed;
}
abstract DataCollectors : IDataCollectorHelper with get
override DataCollectors : IDataCollectorHelper with get
final function get DataCollectors () : IDataCollectorHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorHelper
A diagnostic data adapter helper object.
Implements
ITestManagementService.DataCollectors
.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.