Share via


Workspace.EvaluateCheckin-Methode

Wertet die ausstehenden Änderungen aus, um sicherzustellen, dass sie eingecheckt werden können.

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

Syntax

'Declaration
Public Function EvaluateCheckin ( _
    options As CheckinEvaluationOptions, _
    allChanges As PendingChange(), _
    changes As PendingChange(), _
    comment As String, _
    checkinNote As CheckinNote, _
    workItemChanges As WorkItemCheckinInfo() _
) As CheckinEvaluationResult
public CheckinEvaluationResult EvaluateCheckin(
    CheckinEvaluationOptions options,
    PendingChange[] allChanges,
    PendingChange[] changes,
    string comment,
    CheckinNote checkinNote,
    WorkItemCheckinInfo[] workItemChanges
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Client.CheckinEvaluationResult
Das Ergebnis der Auswertung.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace