Freigeben über


CheckinEvent-Konstruktor (Int32, DateTime, String, String, String)

Erstellen Sie ein Objekt, indem Sie Eincheckenwerte verwenden.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    changeset As Integer, _
    creationDate As DateTime, _
    owner As String, _
    committer As String, _
    comment As String _
)
public CheckinEvent(
    int changeset,
    DateTime creationDate,
    string owner,
    string committer,
    string comment
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

CheckinEvent Klasse

CheckinEvent-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace