Metoda DeltaLibrary.ApplyPatch —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- fullContent
Typ: array<System.Byte[]
- fullContentLength
Typ: System.Int32
- patch
Typ: array<System.Byte[]
- patchLength
Typ: System.Int32
- result
Typ: array<System.Byte[]
Wartość zwracana
Typ: System.Int32
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..