Share via


ICommonStructureService.CreateProject Method (TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)

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

Syntax

'Declaration
Function CreateProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectName As String, _
    structure As XmlElement, _
    pendingProjectGuid As Nullable(Of Guid) _
) As CommonStructureProjectInfo
CommonStructureProjectInfo CreateProject(
    TeamFoundationRequestContext requestContext,
    string projectName,
    XmlElement structure,
    Nullable<Guid> pendingProjectGuid
)
CommonStructureProjectInfo^ CreateProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectName, 
    XmlElement^ structure, 
    Nullable<Guid> pendingProjectGuid
)
abstract CreateProject : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string * 
        structure:XmlElement * 
        pendingProjectGuid:Nullable<Guid> -> CommonStructureProjectInfo
function CreateProject(
    requestContext : TeamFoundationRequestContext, 
    projectName : String, 
    structure : XmlElement, 
    pendingProjectGuid : Nullable<Guid>
) : CommonStructureProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

CreateProject Overload

Microsoft.TeamFoundation.Integration.Server Namespace