ReleaseManifest.GetDeltaUpdates 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

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

参数

返回值

类型:System.Collections.Generic.List<UpdatePackage>
返回 List<T>

.NET Framework 安全性

请参阅

参考

ReleaseManifest 类

Microsoft.TeamFoundation.Framework.Server 命名空间