共用方式為


TeamFoundationFileService.UploadFile 方法 (TeamFoundationRequestContext, Stream, array<Byte[], OwnerId)

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

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

語法

'宣告
Public Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    content As Stream, _
    hashValue As Byte(), _
    ownerId As OwnerId _
) As Integer
public int UploadFile(
    TeamFoundationRequestContext requestContext,
    Stream content,
    byte[] hashValue,
    OwnerId ownerId
)

參數

  • hashValue
    型別:array<System.Byte[]
    這一 MD5 雜湊 BLOB (二進位大型物件)

傳回值

型別:System.Int32
的識別項。

.NET Framework 安全性

請參閱

參考

TeamFoundationFileService 類別

UploadFile 多載

Microsoft.TeamFoundation.Framework.Server 命名空間