IVsProgressStreamConverter Interface
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.
An interface that enables implementors to convert a stream into a format that can be displayed in a readable format.
public interface class IVsProgressStreamConverter
public interface IVsProgressStreamConverter
type IVsProgressStreamConverter = interface
Public Interface IVsProgressStreamConverter
Methods
ConvertToDisplayFormat(Stream) |
Converts a stream that gets progress into a format that can be displayed in a UI. |