Sdílet prostřednictvím


SavedCheckin – konstruktor (array<PendingChange[], String, CheckinNote, array<WorkItemCheckedInfo , String)

Poznámka: Toto rozhraní API je nyní zastaralé.

Inicializuje novou instanci SavedCheckin.

Obor názvů:  Microsoft.TeamFoundation.VersionControl.Client
Sestavení:  Microsoft.TeamFoundation.VersionControl.Client (v Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Deklarace
<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")> _
Public Sub New ( _
    changes As PendingChange(), _
    comment As String, _
    checkinNotes As CheckinNote, _
    workItemCheckedInfo As WorkItemCheckedInfo(), _
    policyOverrideComment As String _
)
[ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")]
public SavedCheckin(
    PendingChange[] changes,
    string comment,
    CheckinNote checkinNotes,
    WorkItemCheckedInfo[] workItemCheckedInfo,
    string policyOverrideComment
)

Parametry

  • comment
    Typ: System.String
    Komentář na dotazovány vrácení se změnami.
  • policyOverrideComment
    Typ: System.String
    Zásady přepsání komentář (Pokud je zadán) z pokusu vrácení se změnami.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

SavedCheckin Třída

SavedCheckin – přetížení

Microsoft.TeamFoundation.VersionControl.Client – obor názvů