Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Function CreateProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectName As String, _
    nodes As XmlNode() _
) As ProjectInfo
public ProjectInfo CreateProject(
    TeamFoundationRequestContext requestContext,
    string projectName,
    XmlNode[] nodes
)
public:
ProjectInfo^ CreateProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectName, 
    array<XmlNode^>^ nodes
)
member CreateProject : 
        requestContext:TeamFoundationRequestContext * 
        projectName:string * 
        nodes:XmlNode[] -> ProjectInfo 
public function CreateProject(
    requestContext : TeamFoundationRequestContext, 
    projectName : String, 
    nodes : XmlNode[]
) : ProjectInfo
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
 Type: System.String
- nodes
 Type: array<System.Xml.XmlNode[]
Return Value
Type: Microsoft.TeamFoundation.Server.ProjectInfo
.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.