TaskProgressOptions.Display Property
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.
The object that will be used to display the output. For e.g. IVsOutputWindowPane when the DisplayType is OutputWindow.
public:
property System::Object ^ Display { System::Object ^ get(); };
public object? Display { get; }
[System.Obsolete("Progress indicator no longer supports progress streams.")]
public object? Display { get; }
member this.Display : obj
[<System.Obsolete("Progress indicator no longer supports progress streams.")>]
member this.Display : obj
Public ReadOnly Property Display As Object
Property Value
- Attributes