Repository.QueryMergeCandidates Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryMergeCandidates ( _
workspaceName As String, _
workspaceOwner As String, _
source As ItemSpec, _
target As ItemSpec _
) As List(Of MergeCandidate)
[WebMethodAttribute]
public List<MergeCandidate> QueryMergeCandidates(
string workspaceName,
string workspaceOwner,
ItemSpec source,
ItemSpec target
)
[WebMethodAttribute]
public:
List<MergeCandidate^>^ QueryMergeCandidates(
String^ workspaceName,
String^ workspaceOwner,
ItemSpec^ source,
ItemSpec^ target
)
[<WebMethodAttribute>]
member QueryMergeCandidates :
workspaceName:string *
workspaceOwner:string *
source:ItemSpec *
target:ItemSpec -> List<MergeCandidate>
public function QueryMergeCandidates(
workspaceName : String,
workspaceOwner : String,
source : ItemSpec,
target : ItemSpec
) : List<MergeCandidate>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
Return Value
Type: System.Collections.Generic.List<MergeCandidate>
.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.