Workspace.EvaluateCheckin2 Method (CheckinEvaluationOptions, IEnumerable<PendingChange>, IEnumerable<PendingChange>, String, CheckinNote, array<WorkItemCheckinInfo )

Evaluate the pending changes to verify whether they are ready to check in.

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

Syntax

'Declaration
Public Function EvaluateCheckin2 ( _
    options As CheckinEvaluationOptions, _
    allChanges As IEnumerable(Of PendingChange), _
    changes As IEnumerable(Of PendingChange), _
    comment As String, _
    checkinNote As CheckinNote, _
    workItemChanges As WorkItemCheckinInfo() _
) As CheckinEvaluationResult
public CheckinEvaluationResult EvaluateCheckin2(
    CheckinEvaluationOptions options,
    IEnumerable<PendingChange> allChanges,
    IEnumerable<PendingChange> changes,
    string comment,
    CheckinNote checkinNote,
    WorkItemCheckinInfo[] workItemChanges
)
public:
CheckinEvaluationResult^ EvaluateCheckin2(
    CheckinEvaluationOptions options, 
    IEnumerable<PendingChange^>^ allChanges, 
    IEnumerable<PendingChange^>^ changes, 
    String^ comment, 
    CheckinNote^ checkinNote, 
    array<WorkItemCheckinInfo^>^ workItemChanges
)
member EvaluateCheckin2 : 
        options:CheckinEvaluationOptions * 
        allChanges:IEnumerable<PendingChange> * 
        changes:IEnumerable<PendingChange> * 
        comment:string * 
        checkinNote:CheckinNote * 
        workItemChanges:WorkItemCheckinInfo[] -> CheckinEvaluationResult 
public function EvaluateCheckin2(
    options : CheckinEvaluationOptions, 
    allChanges : IEnumerable<PendingChange>, 
    changes : IEnumerable<PendingChange>, 
    comment : String, 
    checkinNote : CheckinNote, 
    workItemChanges : WorkItemCheckinInfo[]
) : CheckinEvaluationResult

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinEvaluationResult
The result of the evaluation.

.NET Framework Security

See Also

Reference

Workspace Class

EvaluateCheckin2 Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace