Partager via


TeamProjectDeleter, constructeur (TeamFoundationServer, String, Boolean)

Remarque : cette API est maintenant obsolète.

Il prend en charge des API l'infrastructure de Team Foundation Server et n'est pas destinées à être utilisés directement à partir de votre code.

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

Syntaxe

'Déclaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    tfs As TeamFoundationServer, _
    name As String, _
    force As Boolean _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public TeamProjectDeleter(
    TeamFoundationServer tfs,
    string name,
    bool force
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TeamProjectDeleter Classe

TeamProjectDeleter, surcharge

Microsoft.TeamFoundation.Client, espace de noms