Compartilhar via


Construtor SavedCheckin (array<PendingChange[], String, CheckinNote, array<WorkItemCheckinInfo[], String)

Observação: esta API agora é obsoleta.

Inicializa uma nova instância de SavedCheckin.

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

Sintaxe

'Declaração
<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")> _
Public Sub New ( _
    changes As PendingChange(), _
    comment As String, _
    checkinNotes As CheckinNote, _
    workItemCheckinInfo As WorkItemCheckinInfo(), _
    policyOverrideComment As String _
)
[ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")]
public SavedCheckin(
    PendingChange[] changes,
    string comment,
    CheckinNote checkinNotes,
    WorkItemCheckinInfo[] workItemCheckinInfo,
    string policyOverrideComment
)

Parâmetros

  • comment
    Tipo: System.String
    Um comentário no check-in experimentado.
  • policyOverrideComment
    Tipo: System.String
    Comentário de substituição de política (se é especificado) de check-in experimentado.

Segurança do .NET Framework

Consulte também

Referência

SavedCheckin Classe

Sobrecargas SavedCheckin

Namespace Microsoft.TeamFoundation.VersionControl.Client