TeamFoundationServicingService.QueryUpdatePackageHistory, 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 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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- version
Type : System.String
- milestone
Type : System.String
- installedExplicitlyOnly
Type : System.Boolean
Valeur de retour
Type : System.Collections.Generic.List<UpdatePackageHistoryEntry>
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.