TaskHandlerOptions.DisplayTaskDetails Field
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.
A value used to invoke a caller supplied Action<T>. to give more details about the ITaskHandler 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. If the task has any visibility after completion regarding CompletionActions, then DisplayTaskDetails can not be null. The Task in the Action<T> will be the Task registered with the IVsTaskStatusCenterService. This will be passed in when DisplayTaskDetails is invoked.
public: Action<System::Threading::Tasks::Task ^> ^ DisplayTaskDetails;
public Action<System.Threading.Tasks.Task> DisplayTaskDetails;
val mutable DisplayTaskDetails : Action<System.Threading.Tasks.Task>
Public DisplayTaskDetails As Action(Of Task)