Compartilhar via


Método ReleaseManifest.GetDeltaUpdates

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

Sintaxe

'Declaração
Public Function GetDeltaUpdates ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel _
) As List(Of UpdatePackage)
public List<UpdatePackage> GetDeltaUpdates(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<UpdatePackage>
Retorna List<T>.

Segurança do .NET Framework

Consulte também

Referência

ReleaseManifest Classe

Namespace Microsoft.TeamFoundation.Framework.Server