Condividi tramite


Metodo ReleaseManifest.GetDeltaUpdates

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Function GetDeltaUpdates ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel _
) As List(Of UpdatePackage)
public List<UpdatePackage> GetDeltaUpdates(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel
)

Parametri

Valore restituito

Tipo: System.Collections.Generic.List<UpdatePackage>
Restituisca il valore List<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ReleaseManifest Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server