TaskHandlerOptions.ActionsAfterCompletion 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 indicating a set of flag(s) that represent the visibility in the Task Status Center UI that the ITaskHandler associated with these options will have upon completion. If any visibility is set then DisplayTaskDetails can not be null.
public: Microsoft::VisualStudio::TaskStatusCenter::CompletionActions ActionsAfterCompletion;
public Microsoft.VisualStudio.TaskStatusCenter.CompletionActions ActionsAfterCompletion;
val mutable ActionsAfterCompletion : Microsoft.VisualStudio.TaskStatusCenter.CompletionActions
Public ActionsAfterCompletion As CompletionActions