ICommonStructureService.DeleteProject Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub DeleteProject ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String _
)
void DeleteProject(
TeamFoundationRequestContext requestContext,
string projectUri
)
void DeleteProject(
TeamFoundationRequestContext^ requestContext,
String^ projectUri
)
abstract DeleteProject :
requestContext:TeamFoundationRequestContext *
projectUri:string -> unit
function DeleteProject(
requestContext : TeamFoundationRequestContext,
projectUri : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.