TaskProgressOptions.StreamConverter 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 converter that would convert a ProgressStream into a format that is displayed in a UI.
public: Microsoft::VisualStudio::TaskStatusCenter::IVsProgressStreamConverter ^ StreamConverter;
public Microsoft.VisualStudio.TaskStatusCenter.IVsProgressStreamConverter? StreamConverter;
[System.Obsolete("Progress indicator no longer supports progress streams.")]
public Microsoft.VisualStudio.TaskStatusCenter.IVsProgressStreamConverter? StreamConverter;
val mutable StreamConverter : Microsoft.VisualStudio.TaskStatusCenter.IVsProgressStreamConverter
[<System.Obsolete("Progress indicator no longer supports progress streams.")>]
val mutable StreamConverter : Microsoft.VisualStudio.TaskStatusCenter.IVsProgressStreamConverter
Public StreamConverter As IVsProgressStreamConverter
Field Value
- Attributes