TeamFoundationServicingService.QueryUpdatePackageHistory 方法

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

语法

声明
Public Function QueryUpdatePackageHistory ( _
    requestContext As TeamFoundationRequestContext, _
    version As String, _
    milestone As String, _
    installedExplicitlyOnly As Boolean _
) As List(Of UpdatePackageHistoryEntry)
public List<UpdatePackageHistoryEntry> QueryUpdatePackageHistory(
    TeamFoundationRequestContext requestContext,
    string version,
    string milestone,
    bool installedExplicitlyOnly
)

参数

返回值

类型:System.Collections.Generic.List<UpdatePackageHistoryEntry>

.NET Framework 安全性

请参见

参考

TeamFoundationServicingService 类

Microsoft.TeamFoundation.Framework.Server 命名空间