Share via


IVsOperationProgress Interface

Definition

Service that tracks and displays information about operations in progress. To access a stage please use RegisterStageOperationTasksAsync(String, String, UInt32, Func<IOperationProgressStageAccess,Task>).

public interface class IVsOperationProgress
public interface IVsOperationProgress
type IVsOperationProgress = interface
Public Interface IVsOperationProgress
Derived

Methods

AccessStage(String, String, UInt32)
Obsolete.

Obsolete. Please use RegisterStageOperationTasksAsync(String, String, UInt32, Func<IOperationProgressStageAccess,Task>) instead. Accesses a particular OperationProgressStage. When there are no more accesses to a particular stage, the stage is considered completed.

RegisterStageId(String, OperationProgressStageOptions)

Registers a new stage based on the id passed in. If the id is already registered, this function is a no-op.

Applies to