Share via


DeltaLibrary.ApplyPatch 方法

為服務只使用此-必須變更非-

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
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
)

參數

傳回值

類型:System.Int32

.NET Framework 安全性

請參閱

參考

DeltaLibrary 類別

Microsoft.TeamFoundation.Framework.Server 命名空間