Compartilhar via


Método DeltaLibrary.ApplyPatch

Isso é usado SOMENTE prestando serviços de aplicativos - NÃO PRECISA SER ALTERADO -

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

Sintaxe

'Declaração
Public Shared Function ApplyPatch ( _
    fullContent As Byte(), _
    fullContentLength As Integer, _
    patch As Byte(), _
    patchLength As Integer, _
    result As Byte() _
) As Integer
public static int ApplyPatch(
    byte[] fullContent,
    int fullContentLength,
    byte[] patch,
    int patchLength,
    byte[] result
)

Parâmetros

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

DeltaLibrary Classe

Namespace Microsoft.TeamFoundation.Framework.Server