Partilhar via


Propriedade StreamTransferInformation.Stream

Obtém ou define o fluxo para a transferência.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public Property Stream As Stream
public Stream Stream { get; private set; }
public:
property Stream^ Stream {
    Stream^ get ();
    private: void set (Stream^ value);
}
member Stream : Stream with get, private set
function get Stream () : Stream
private function set Stream (value : Stream)

Valor de propriedade

Tipo: System.IO.Stream
O fluxo para a transferência.

Segurança do .NET Framework

Consulte também

Referência

StreamTransferInformation Classe

Namespace Microsoft.VisualStudio.TestTools.Execution