IVsProgressStreamConverter.ConvertToDisplayFormat(Stream) Method
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.
Converts a stream that gets progress into a format that can be displayed in a UI.
public:
Microsoft::VisualStudio::TaskStatusCenter::TaskDisplayItem ^ ConvertToDisplayFormat(System::IO::Stream ^ progressStream);
public Microsoft.VisualStudio.TaskStatusCenter.TaskDisplayItem ConvertToDisplayFormat (System.IO.Stream progressStream);
abstract member ConvertToDisplayFormat : System.IO.Stream -> Microsoft.VisualStudio.TaskStatusCenter.TaskDisplayItem
Public Function ConvertToDisplayFormat (progressStream As Stream) As TaskDisplayItem
Parameters
Returns
A TaskDisplayItem that will be updated with progress information from the Stream.
Remarks
It is expected that the stream progress updates will be reported through the same TaskDisplayItem.