Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
)
public:
List<UpdatePackageHistoryEntry^>^ QueryUpdatePackageHistory(
    TeamFoundationRequestContext^ requestContext, 
    String^ version, 
    String^ milestone, 
    bool installedExplicitlyOnly
)
member QueryUpdatePackageHistory : 
        requestContext:TeamFoundationRequestContext * 
        version:string * 
        milestone:string * 
        installedExplicitlyOnly:bool -> List<UpdatePackageHistoryEntry> 
public function QueryUpdatePackageHistory(
    requestContext : TeamFoundationRequestContext, 
    version : String, 
    milestone : String, 
    installedExplicitlyOnly : boolean
) : List<UpdatePackageHistoryEntry>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- version
 Type: System.String
- milestone
 Type: System.String
- installedExplicitlyOnly
 Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<UpdatePackageHistoryEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.