TaskProgressOptions.DisplayType 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.
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