TaskProgressOptions.ProgressStream Field
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.
Caution
Progress indicator no longer supports progress streams.
An optional stream which shows the progress of a task. This stream output will be rendered in a UI like the output window. If no StreamConverter is specified, the raw stream output will be displayed.
public: System::IO::Stream ^ ProgressStream;
public System.IO.Stream? ProgressStream;
[System.Obsolete("Progress indicator no longer supports progress streams.")]
public System.IO.Stream? ProgressStream;
val mutable ProgressStream : System.IO.Stream
[<System.Obsolete("Progress indicator no longer supports progress streams.")>]
val mutable ProgressStream : System.IO.Stream
Public ProgressStream As Stream
Field Value
- Attributes
Remarks
If no StreamConverter is provided the ProgressStream will be read with a TextReader.