Поделиться через


TeamFoundationFileService.RetrieveFile - метод (TeamFoundationRequestContext, Int32, Boolean, array<Byte %, Int64%, CompressionType%)

Извлекает файл из хранилища больших двоичных объектов

Пространство имен:  Microsoft.TeamFoundation.Framework.Server
Сборка:  Microsoft.TeamFoundation.Framework.Server (в Microsoft.TeamFoundation.Framework.Server.dll)

Синтаксис

'Декларация
Public Function RetrieveFile ( _
    requestContext As TeamFoundationRequestContext, _
    fileId As Integer, _
    compressOutput As Boolean, _
    <OutAttribute> ByRef hashValue As Byte(), _
    <OutAttribute> ByRef contentLength As Long, _
    <OutAttribute> ByRef compressionType As CompressionType _
) As Stream
public Stream RetrieveFile(
    TeamFoundationRequestContext requestContext,
    int fileId,
    bool compressOutput,
    out byte[] hashValue,
    out long contentLength,
    out CompressionType compressionType
)

Параметры

Возвращаемое значение

Тип: System.IO.Stream

Безопасность платформы .NET Framework

См. также

Ссылки

TeamFoundationFileService Класс

RetrieveFile - перегрузка

Microsoft.TeamFoundation.Framework.Server - пространство имен