Compartilhar via


Método TeamFoundationServicingService.GetDeltaOperationsByLevel

Obter as operações de delta de atualização.

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

Sintaxe

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

Parâmetros

  • operationPrefixes
    Tipo: array<System.String[]
    Se verdadeiro, somente operações de FinalConfiguration carrega.Se falso, somente operações não finais carrega.

Valor de retorno

Tipo: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Retorna Dictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationServicingService Classe

Namespace Microsoft.TeamFoundation.Framework.Server