Partager via


VersionControlIntegration.DeleteProject, méthode

C'est la méthode appelée par TfsDeleteProject.exe pour supprimer des projets d'équipe.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
<SoapDocumentMethodAttribute(Binding := "IProjectMaintenanceBinding", Action := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")> _
Public Function DeleteProject ( _
    projectUri As String _
) As Boolean
[WebMethodAttribute]
[SoapDocumentMethodAttribute(Binding = "IProjectMaintenanceBinding", Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")]
public bool DeleteProject(
    string projectUri
)

Paramètres

Valeur de retour

Type : System.Boolean
True si le dossier était présent et supprimé avec succès

Sécurité .NET Framework

Voir aussi

Référence

VersionControlIntegration Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms