ReleaseManifest.GetDeltaUpdates, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function GetDeltaUpdates ( _
fromServiceLevel As ServiceLevel, _
toServiceLevel As ServiceLevel _
) As List(Of UpdatePackage)
public List<UpdatePackage> GetDeltaUpdates(
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel
)
Paramètres
- fromServiceLevel
Type : Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Type : Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Valeur de retour
Type : System.Collections.Generic.List<UpdatePackage>
retourne List<T> ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.