Share via


TaskProgressOptions.DisplayType Property

Definition

Caution

Progress indicator no longer supports progress streams.

Gets a property that indicates where the output of the tasks associated with the IVsTaskProgress would go.

public:
 property Nullable<Microsoft::VisualStudio::TaskStatusCenter::LogDisplayType> DisplayType { Nullable<Microsoft::VisualStudio::TaskStatusCenter::LogDisplayType> get(); };
public Microsoft.VisualStudio.TaskStatusCenter.LogDisplayType? DisplayType { get; }
[System.Obsolete("Progress indicator no longer supports progress streams.")]
public Microsoft.VisualStudio.TaskStatusCenter.LogDisplayType? DisplayType { get; }
member this.DisplayType : Nullable<Microsoft.VisualStudio.TaskStatusCenter.LogDisplayType>
[<System.Obsolete("Progress indicator no longer supports progress streams.")>]
member this.DisplayType : Nullable<Microsoft.VisualStudio.TaskStatusCenter.LogDisplayType>
Public ReadOnly Property DisplayType As Nullable(Of LogDisplayType)

Property Value

Attributes

Applies to