Partager via


Workspace.GetPendingChangesWithCandidates, méthode (array<ItemSpec[], Boolean, array<PendingChange[]%)

Obtient toutes les modifications en attente et modifications candidates.

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

Syntaxe

'Déclaration
Public Function GetPendingChangesWithCandidates ( _
    itemSpecs As ItemSpec(), _
    includeDownloadInfo As Boolean, _
    <OutAttribute> ByRef candidateChanges As PendingChange() _
) As PendingChange()
public PendingChange[] GetPendingChangesWithCandidates(
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo,
    out PendingChange[] candidateChanges
)

Paramètres

  • includeDownloadInfo
    Type : System.Boolean
    true pour inclure les informations requises aux fichiers téléchargés ; false de ne pas télécharger des informations supplémentaires.

Valeur de retour

Type : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
Toutes les modifications en attente et modifications candidates.

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

GetPendingChangesWithCandidates, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms