Compartilhar via


Método TeamFoundationServicingService.QueryUpdatePackageHistory

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<UpdatePackageHistoryEntry>

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationServicingService Classe

Namespace Microsoft.TeamFoundation.Framework.Server