ICommonStructureService.DeleteProject Method

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

Syntax

'宣言
Sub DeleteProject ( _
    projectUri As String _
)
void DeleteProject(
    string projectUri
)
void DeleteProject(
    String^ projectUri
)
abstract DeleteProject : 
        projectUri:string -> unit 
function DeleteProject(
    projectUri : String
)

Parameters

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Server Namespace