TaskProgressOptions.DisplayTaskDetails Property

Definition

Gets a value used to invoke a caller supplied Action<T>. to give more details about the IVsTaskProgress associated with this, to the user. Could lead the user to the tool window associated with the task, or open up an error log for example. The Task passed to the action will be the Task registered with the IVsTaskProgress.

public:
 property Action<System::Threading::Tasks::Task ^> ^ DisplayTaskDetails { Action<System::Threading::Tasks::Task ^> ^ get(); };
public Action<System.Threading.Tasks.Task>? DisplayTaskDetails { get; }
member this.DisplayTaskDetails : Action<System.Threading.Tasks.Task>
Public ReadOnly Property DisplayTaskDetails As Action(Of Task)

Property Value

Applies to