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
- workspaceName
Type: System.String
- ownerName
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.