VersionControlServer.CreateBranch 方法 (String, String, VersionSpec)
建立依分支伺服器並註冊,而不用分支下載至用戶端。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function CreateBranch ( _
sourcePath As String, _
targetPath As String, _
version As VersionSpec _
) As Integer
public int CreateBranch(
string sourcePath,
string targetPath,
VersionSpec version
)
參數
- sourcePath
類型:System.String
分支的來源路徑-必須是伺服器路徑。
- targetPath
類型:System.String
目標分支的路徑-必須是伺服器路徑。
- version
類型:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
建立分支的Changeset 或 DateTime 版本規格。
傳回值
類型:System.Int32
分支的簽入的Changeset 識別項。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。