Condividi tramite


Metodo DeltaLibrary.ApplyPatch

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeltaLibrary Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server