Поделиться через


Repository.QueryConflicts Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Декларация
<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
)
[WebMethodAttribute]
public:
StreamingCollection<Conflict^>^ QueryConflicts(
    String^ workspaceName, 
    String^ ownerName, 
    array<ItemSpec^>^ items
)
[<WebMethodAttribute>]
member QueryConflicts : 
        workspaceName:string * 
        ownerName:string * 
        items:ItemSpec[] -> StreamingCollection<Conflict> 
public function QueryConflicts(
    workspaceName : String, 
    ownerName : String, 
    items : ItemSpec[]
) : StreamingCollection<Conflict>

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace