Condividi tramite


Proprietà StreamTransferInformation.Stream

Ottiene o imposta il flusso del trasferimento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Stream
Flusso del trasferimento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StreamTransferInformation Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution