TeamFoundationStrongBoxService.RetrieveFile-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function RetrieveFile ( _
requestContext As TeamFoundationRequestContext, _
drawerId As Guid, _
lookupKey As String, _
streamLength As Long _
) As Stream
public Stream RetrieveFile(
TeamFoundationRequestContext requestContext,
Guid drawerId,
string lookupKey,
long streamLength
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Typ: System.Guid
- lookupKey
Typ: System.String
- streamLength
Typ: System.Int64
Rückgabewert
Typ: System.IO.Stream
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.