Udostępnij za pośrednictwem


Metoda TeamFoundationFileService.RetrieveNamedFile —

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

'Deklaracja
Public Function RetrieveNamedFile ( _
    requestContext As TeamFoundationRequestContext, _
    ownerId As OwnerId, _
    fileName As String, _
    compressOutput As Boolean, _
    <OutAttribute> ByRef hashValue As Byte(), _
    <OutAttribute> ByRef contentLength As Long, _
    <OutAttribute> ByRef compressionType As CompressionType _
) As Stream
public Stream RetrieveNamedFile(
    TeamFoundationRequestContext requestContext,
    OwnerId ownerId,
    string fileName,
    bool compressOutput,
    out byte[] hashValue,
    out long contentLength,
    out CompressionType compressionType
)

Parametry

Wartość zwracana

Typ: System.IO.Stream
Returns Stream.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TeamFoundationFileService Klasa

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server