Compartir a través de


VersionControlServer.GetChangesForChangeset (Método) (Int32, Boolean, Int32, ItemSpec, array<String[], array<String[], Boolean)

Obtiene los cambios dentro de Changeset.

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Client
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Client (en Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • includeDownloadInfo
    Tipo: System.Boolean
    true para obtener la información necesaria para descargar archivos.Especifique false para guardar el ancho banda si no necesario.
  • itemAttributeFilters
    Tipo: array<System.String[]
    El filtro del atributo del elemento.
  • itemPropertyFilters
    Tipo: array<System.String[]
    El filtro de la propiedad item.
  • includeMergeSourceInfo
    Tipo: System.Boolean
    True para incluir información de origen sobre cambia y se combina.False no incluirlos.

Valor devuelto

Tipo: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
Matriz de objetos Change.

Seguridad de .NET Framework

Vea también

Referencia

VersionControlServer Clase

GetChangesForChangeset (Sobrecarga)

Microsoft.TeamFoundation.VersionControl.Client (Espacio de nombres)