Freigeben über


IVersionControlService.CheckinDialog-Methode

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

Syntax

'Declaration
Function CheckinDialog ( _
    items As String(), _
    count As Integer, _
    <OutAttribute> ByRef dialogResult As Integer, _
    onSolutionClose As Boolean _
) As Integer
int CheckinDialog(
    string[] items,
    int count,
    out int dialogResult,
    bool onSolutionClose
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace