共用方式為


TeamFoundationFileService.UploadFile 方法 (TeamFoundationRequestContext, Int32%, Stream, array<Byte[], Int64, Int64, Int64, CompressionType, OwnerId, String, Int32)

上載的檔案加入至存放區。

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

語法

'宣告
Public Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    ByRef fileId As Integer, _
    content As Stream, _
    hashValue As Byte(), _
    compressedLength As Long, _
    uncompressedLength As Long, _
    offsetFrom As Long, _
    compressionType As CompressionType, _
    ownerId As OwnerId, _
    fileName As String, _
    relatedFileId As Integer _
) As Boolean
public bool UploadFile(
    TeamFoundationRequestContext requestContext,
    ref int fileId,
    Stream content,
    byte[] hashValue,
    long compressedLength,
    long uncompressedLength,
    long offsetFrom,
    CompressionType compressionType,
    OwnerId ownerId,
    string fileName,
    int relatedFileId
)

參數

傳回值

型別:System.Boolean
為 True,如果上載完成 (是最後一個區塊)

.NET Framework 安全性

請參閱

參考

TeamFoundationFileService 類別

UploadFile 多載

Microsoft.TeamFoundation.Framework.Server 命名空間