Share via


TeamFoundationServicingService.GetDeltaOperationsByLevel, méthode

Obtenir les opérations de delta mise à niveau.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Shared Function GetDeltaOperationsByLevel ( _
    operationProvider As IServicingOperationProvider, _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationPrefixes As String(), _
    finalConfiguration As Boolean _
) As Dictionary(Of ServiceLevel, List(Of ServicingOperation))
public static Dictionary<ServiceLevel, List<ServicingOperation>> GetDeltaOperationsByLevel(
    IServicingOperationProvider operationProvider,
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    string[] operationPrefixes,
    bool finalConfiguration
)

Paramètres

  • operationPrefixes
    Type : array<System.String[]
    Si la valeur true, seuls opérations de FinalConfiguration de charge.Si la valeur false, uniquement les opérations non finales de charge.

Valeur de retour

Type : System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
retourne Dictionary<TKey, TValue> ;

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationServicingService Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms