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
- name
Type : System.String
- force
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.