Share via


VersionControlServer.GetChangesForChangeset, méthode (Int32, Boolean, Int32, ItemSpec, array<String[], array<String[], Boolean)

Obtient les modifications dans Changeset.

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

Syntaxe

'Déclaration
Public Function GetChangesForChangeset ( _
    changesetId As Integer, _
    includeDownloadInfo As Boolean, _
    pageSize As Integer, _
    lastItem As ItemSpec, _
    itemAttributeFilters As String(), _
    itemPropertyFilters As String(), _
    includeMergeSourceInfo As Boolean _
) As Change()
public Change[] GetChangesForChangeset(
    int changesetId,
    bool includeDownloadInfo,
    int pageSize,
    ItemSpec lastItem,
    string[] itemAttributeFilters,
    string[] itemPropertyFilters,
    bool includeMergeSourceInfo
)

Paramètres

  • includeDownloadInfo
    Type : System.Boolean
    true pour obtenir les informations nécessaires aux fichiers téléchargés.Spécifiez false pour économiser de la bande passante si nécessaire.
  • itemAttributeFilters
    Type : array<System.String[]
    Le filtre d'attribut d'élément.
  • itemPropertyFilters
    Type : array<System.String[]
    Le filtre de propriété d'élément.
  • includeMergeSourceInfo
    Type : System.Boolean
    True pour inclure des informations sources sur du renomme/fusionne.False pour ne pas inclure ces derniers.

Valeur de retour

Type : array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
Tableau d'objets Change

Sécurité .NET Framework

Voir aussi

Référence

VersionControlServer Classe

GetChangesForChangeset, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms