Compartilhar via


Método FileSystemProvider.GetStream

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function GetStream ( _
    containerId As Guid, _
    resourceId As String _
) As Stream
public Stream GetStream(
    Guid containerId,
    string resourceId
)

Parâmetros

Valor de retorno

Tipo: System.IO.Stream
Retorna Stream.

Implementações

IBlobProvider.GetStream(Guid, String)

Segurança do .NET Framework

Consulte também

Referência

FileSystemProvider Classe

Namespace Microsoft.TeamFoundation.Framework.Server