IVsTaskProgressCollection.ShowProgress(Boolean) Method
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.
Displays progress for the task collection. If modal
is true, progress is
displayed in a dialog and this method will not return until the task collection completes, is
canceled, or is moved to the background.
public:
Microsoft::VisualStudio::TaskStatusCenter::ShowProgressResult ShowProgress(bool modal);
public Microsoft.VisualStudio.TaskStatusCenter.ShowProgressResult ShowProgress (bool modal);
abstract member ShowProgress : bool -> Microsoft.VisualStudio.TaskStatusCenter.ShowProgressResult
Public Function ShowProgress (modal As Boolean) As ShowProgressResult
Parameters
- modal
- Boolean
Indicates whether progress UI is to be displayed in a modal dialog or in the background (e.g. the Task Status Center).
Returns
The result of showing the progress UI.