Compartilhar via


Construtor CheckinEvent (Int32, DateTime, String, String, String)

Crie um objeto usando valores de check-in.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

CheckinEvent Classe

Sobrecargas CheckinEvent

Namespace Microsoft.TeamFoundation.VersionControl.Common