GitIntegration.DeleteProject, méthode
C'est la méthode appelée par TfsDeleteProject.exe pour supprimer des projets d'équipe.
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
<SoapDocumentMethodAttribute(Binding := "IProjectMaintenanceBinding", Action := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")> _
<ClientIgnoreAttribute> _
Public Function DeleteProject ( _
projectUri As String _
) As Boolean
[WebMethodAttribute]
[SoapDocumentMethodAttribute(Binding = "IProjectMaintenanceBinding", Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")]
[ClientIgnoreAttribute]
public bool DeleteProject(
string projectUri
)
Paramètres
- projectUri
Type : System.String
URI de projet d'équipe
Valeur de retour
Type : System.Boolean
True si le dossier était présent et supprimé avec succès
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.