TeamFoundationVersionControlService.CreateBranch 方法
建立新的做的分支。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function CreateBranch ( _
requestContext As TeamFoundationRequestContext, _
sourcePath As String, _
targetPath As String, _
version As VersionSpec, _
info As Changeset, _
checkinNotificationInfo As CheckinNotificationInfo, _
mappings As List(Of Mapping) _
) As TeamFoundationDataReader
public TeamFoundationDataReader CreateBranch(
TeamFoundationRequestContext requestContext,
string sourcePath,
string targetPath,
VersionSpec version,
Changeset info,
CheckinNotificationInfo checkinNotificationInfo,
List<Mapping> mappings
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- sourcePath
類型:System.String
分支的來源路徑-必須是伺服器路徑。
- targetPath
類型:System.String
目標分支的路徑-必須是伺服器路徑。
- version
類型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
建立分支的變更集或日期時間的版本規格。
- info
類型:Microsoft.TeamFoundation.VersionControl.Server.Changeset
變更集中繼資料。用來提供擁有者、註解、簽入提示、日期和其他資訊。
- checkinNotificationInfo
類型:Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
資訊由簽入告知服務需要。
- mappings
類型:System.Collections.Generic.List<Mapping>
在包含或排除的目標路徑中的對應清單從分支。
傳回值
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
含有結果的 TeamFoundationDataReader 在下列順序:CheckinResult -此傳回與建立的變更集簽入結果。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。