Partager via


StreamTransferInformation.Stream, propriété

Obtient ou définit le flux de données pour le transfert.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.IO.Stream
Flux de données pour le transfert.

Sécurité .NET Framework

Voir aussi

Référence

StreamTransferInformation Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms