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
- fromServiceLevel
Tipo: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Tipo: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Valore restituito
Tipo: System.Collections.Generic.List<UpdatePackage>
Restituisca il valore List<T>.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.