IOperationProgressStageAccess.RegisterTask(OperationProgressTask) 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.
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