Freigeben über


VersionControlIntegration.DeleteProject-Methode

Dies ist die Methode, die von TfsDeleteProject.exe zum Löschen von Teamprojekten aufgerufen wird.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<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
)

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn der Ordner vorhanden und erfolgreich gelöscht wurde

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlIntegration Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace