TaskProgressOptions.CompletionActions 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 indicating a set of flag(s) that represent the visibility in the Task Status Center UI that the IVsTaskProgress associated with these options will have upon completion.
public:
property Microsoft::VisualStudio::TaskStatusCenter::CompletionActions CompletionActions { Microsoft::VisualStudio::TaskStatusCenter::CompletionActions get(); };
public Microsoft.VisualStudio.TaskStatusCenter.CompletionActions CompletionActions { get; }
member this.CompletionActions : Microsoft.VisualStudio.TaskStatusCenter.CompletionActions
Public ReadOnly Property CompletionActions As CompletionActions