IVsOperationProgress Interface
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.
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
Access |
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. |
Register |
Registers a new stage based on the id passed in. If the id is already registered, this function is a no-op. |
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2019, 2022 |