Compartir a través de


VersionControlIntegration.DeleteProject (Método)

Éste es el método llamado por TfsDeleteProject.exe para eliminar proyectos de equipo.

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Server
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxis

'Declaración
<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
)

Parámetros

Valor devuelto

Tipo: System.Boolean
true si la carpeta está presente y eliminado correctamente

Seguridad de .NET Framework

Vea también

Referencia

VersionControlIntegration Clase

Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)