Repository.QueryConflicts 方法

返回选项筛选的冲突列表 ItemSpecs。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function QueryConflicts ( _
    workspaceName As String, _
    ownerName As String, _
    items As ItemSpec() _
) As StreamingCollection(Of Conflict)
[WebMethodAttribute]
public StreamingCollection<Conflict> QueryConflicts(
    string workspaceName,
    string ownerName,
    ItemSpec[] items
)

参数

  • workspaceName
    类型:System.String
    返回冲突的工作区域的工作区域名称。
  • ownerName
    类型:System.String
    工作区域的所有者名称。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>
列出冲突 ItemSpec 筛选的匹配。

.NET Framework 安全性

请参阅

参考

Repository 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间