IDataCollectorHelper.Register, méthode

Inscrit plusieurs collecteurs de données sur le serveur, tels que représentés par la liste donnée d'informations sur les collecteurs de données.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Sub Register ( _
    dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Register(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Register(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Register : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit 
function Register(
    dataCollectors : IEnumerable<IDataCollectorInformation>
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IDataCollectorHelper Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

IDataCollectorInformation