TaskProgressOptions.Display Property

Definition

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

Applies to