Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.