Compartilhar via


Método Repository.QueryChangesForChangeset

Consultas alterações em todo um conjunto de alterações determinado (podem ser paginadas as páginas ou não.)

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function QueryChangesForChangeset ( _
    changesetId As Integer, _
    generateDownloadUrls As Boolean, _
    pageSize As Integer, _
    lastItem As ItemSpec _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
    int changesetId,
    bool generateDownloadUrls,
    int pageSize,
    ItemSpec lastItem
)

Parâmetros

  • changesetId
    Tipo: System.Int32
    Identificação do conjunto de alterações para retornar de alterações.

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>

Segurança do .NET Framework

Consulte também

Referência

Repository Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server