CommonStructureService.CreateProject Method (TeamFoundationRequestContext, String, XmlElement)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CreateProject ( _
requestContext As TeamFoundationRequestContext, _
projectName As String, _
structure As XmlElement _
) As CommonStructureProjectInfo
public CommonStructureProjectInfo CreateProject(
TeamFoundationRequestContext requestContext,
string projectName,
XmlElement structure
)
public:
CommonStructureProjectInfo^ CreateProject(
TeamFoundationRequestContext^ requestContext,
String^ projectName,
XmlElement^ structure
)
member CreateProject :
requestContext:TeamFoundationRequestContext *
projectName:string *
structure:XmlElement -> CommonStructureProjectInfo
public function CreateProject(
requestContext : TeamFoundationRequestContext,
projectName : String,
structure : XmlElement
) : CommonStructureProjectInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
Type: System.String
- structure
Type: System.Xml.XmlElement
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Returns CommonStructureProjectInfo.
.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.