Share via


CheckinEvent Constructor (Int32, DateTime, String, String, String)

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

Syntax

'宣言
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
)
public:
CheckinEvent(
    int changeset, 
    DateTime creationDate, 
    String^ owner, 
    String^ committer, 
    String^ comment
)
new : 
        changeset:int * 
        creationDate:DateTime * 
        owner:string * 
        committer:string * 
        comment:string -> CheckinEvent
public function CheckinEvent(
    changeset : int, 
    creationDate : DateTime, 
    owner : String, 
    committer : String, 
    comment : String
)

Parameters

.NET Framework Security

See Also

Reference

CheckinEvent Class

CheckinEvent Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace