次の方法で共有


IVsTaskProgressCollection.ShowProgress(Boolean) Method

Definition

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.

Applies to