StreamTransferInformation.Stream (Propiedad)

Obtiene o establece la secuencia para la transferencia.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.IO.Stream
La secuencia para la transferencia.

Seguridad de .NET Framework

Vea también

Referencia

StreamTransferInformation Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)