RepositoryExtensions.Merge 方法
返回为挂起的合并自动解决的 GetOperations 和冲突,则不自动解析的列表。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function Merge ( _
workspaceName As String, _
workspaceOwner As String, _
source As ItemSpec, _
target As ItemSpec, _
from As VersionSpec, _
to As VersionSpec, _
lockLevel As LockLevel, _
optionsEx As Integer, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Conflict), _
propertyNameFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Merge(
string workspaceName,
string workspaceOwner,
ItemSpec source,
ItemSpec target,
VersionSpec from,
VersionSpec to,
LockLevel lockLevel,
int optionsEx,
out StreamingCollection<Failure> failures,
out StreamingCollection<Conflict> conflicts,
string[] propertyNameFilters,
out int changePendedFlags
)
参数
- workspaceName
类型:System.String
工作区名称。
- workspaceOwner
类型:System.String
工作区的所有者。
- source
类型:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
合并的源的每个服务器的本地路径。
- target
类型:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
合并的目标的每个服务器的本地路径。
- from
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
起始版本的源 (可能为空)。
- to
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
结束的源版本 (可能为空)。
- lockLevel
类型:Microsoft.TeamFoundation.VersionControl.Server.LockLevel
要在合并中所涉及的项目应用锁定。
- optionsEx
类型:System.Int32
用于向服务器发送新的和旧的合并选项。值是 MergeOptionsEx 枚举。
- failures
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
没有合并的项的列表。
- conflicts
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
挂起的未解析的合并的列表。
- propertyNameFilters
类型:array<System.String[]
要返回的每一获取操作的属性列表。
- changePendedFlags
类型:System.Int32%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
更新客户端的 GetOperations 的列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。