ICommonStructureService.CreateProject Yöntem (TeamFoundationRequestContext, String, array<XmlNode , Nullable<Guid>)
Ad alanı: Microsoft.TeamFoundation.Integration.Server
Derleme: Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll içinde)
Sözdizimi
'Bildirim
Function CreateProject ( _
requestContext As TeamFoundationRequestContext, _
projectName As String, _
nodes As XmlNode(), _
pendingProjectGuid As Nullable(Of Guid) _
) As CommonStructureProjectInfo
CommonStructureProjectInfo CreateProject(
TeamFoundationRequestContext requestContext,
string projectName,
XmlNode[] nodes,
Nullable<Guid> pendingProjectGuid
)
Parametreler
- requestContext
Tür: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectName
Tür: System.String
- nodes
Tür: array<System.Xml.XmlNode[]
- pendingProjectGuid
Tür: System.Nullable<Guid>
Dönüş Değeri
Tür: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.