TaskProgressOptions.DisplayTaskDetails 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.
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)