BaseView.Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The output stream
protected:
property System::IO::StreamWriter ^ Output { System::IO::StreamWriter ^ get(); };
protected System.IO.StreamWriter Output { get; }
member this.Output : System.IO.StreamWriter
Protected ReadOnly Property Output As StreamWriter