ICommonStructureService.CreateProject Method

Creates a new project context.

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

Syntax

'Declaration
Function CreateProject ( _
    projectName As String, _
    structure As XmlElement _
) As ProjectInfo
'Usage
Dim instance As ICommonStructureService 
Dim projectName As String 
Dim structure As XmlElement 
Dim returnValue As ProjectInfo 

returnValue = instance.CreateProject(projectName, _
    structure)
ProjectInfo CreateProject(
    string projectName,
    XmlElement structure
)
ProjectInfo^ CreateProject(
    String^ projectName, 
    XmlElement^ structure
)
function CreateProject(
    projectName : String, 
    structure : XmlElement
) : ProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo
A string value containing the URI of the new project.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace