共用方式為


TaskHandlerOptions.DisplayTaskDetails Field

Definition

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) 

Field Value

Applies to