IOperationProgressStageAccess.RegisterTask(OperationProgressTask) Method

Definition

Registers a OperationProgressTask that contributes work to this stage. If more tasks are registered than EstimatedTaskCount, the number of registered tasks takes priority.

public:
 void RegisterTask(Microsoft::VisualStudio::OperationProgress::OperationProgressTask ^ operationProgressTask);
public void RegisterTask (Microsoft.VisualStudio.OperationProgress.OperationProgressTask operationProgressTask);
abstract member RegisterTask : Microsoft.VisualStudio.OperationProgress.OperationProgressTask -> unit
Public Sub RegisterTask (operationProgressTask As OperationProgressTask)

Parameters

operationProgressTask
OperationProgressTask

Applies to