Construtor TeamProjectDeleter (TeamFoundationServer, String, Boolean)

Observação: esta API agora é obsoleta.

Esses apis oferece suporte a infra-estrutura do Team Foundation Server e não se destina a ser usado diretamente do seu código.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.DeleteTeamProject (em Microsoft.TeamFoundation.DeleteTeamProject.dll)

Sintaxe

'Declaração
<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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TeamProjectDeleter Classe

Sobrecargas TeamProjectDeleter

Namespace Microsoft.TeamFoundation.Client