Partager via


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

Remarque : cette API est maintenant obsolète.

Initialise une nouvelle instance de SavedCheckin.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • comment
    Type : System.String
    Commentaire sur l'archivage éprouvé.
  • policyOverrideComment
    Type : System.String
    Commentaire de priorité de stratégie (s'il est spécifié) de l'archivage éprouvé.

Sécurité .NET Framework

Voir aussi

Référence

SavedCheckin Classe

SavedCheckin, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms