Compartir a través de


TaskProgressOptions.ProgressStream Field

Definition

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.

Applies to