Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function CreateProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectName As String, _
    structure As XmlElement, _
    pendingProjectGuid As Nullable(Of Guid) _
) As CommonStructureProjectInfo
public CommonStructureProjectInfo CreateProject(
    TeamFoundationRequestContext requestContext,
    string projectName,
    XmlElement structure,
    Nullable<Guid> pendingProjectGuid
)
public:
virtual CommonStructureProjectInfo^ CreateProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectName, 
    XmlElement^ structure, 
    Nullable<Guid> pendingProjectGuid
) sealed
abstract CreateProject : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string * 
        structure:XmlElement * 
        pendingProjectGuid:Nullable<Guid> -> CommonStructureProjectInfo  
override CreateProject : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string * 
        structure:XmlElement * 
        pendingProjectGuid:Nullable<Guid> -> CommonStructureProjectInfo
public final function CreateProject(
    requestContext : TeamFoundationRequestContext, 
    projectName : String, 
    structure : XmlElement, 
    pendingProjectGuid : Nullable<Guid>
) : CommonStructureProjectInfo
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
 Type: System.String
- structure
 Type: System.Xml.XmlElement
- pendingProjectGuid
 Type: System.Nullable<Guid>
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Implements
.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.