Share via


IVsOperationProgressStatusService2 Interface

Definition

Provides status information about the operations registered with IVsOperationProgress.

public interface class IVsOperationProgressStatusService2 : Microsoft::VisualStudio::OperationProgress::IVsOperationProgressStatusService
public interface IVsOperationProgressStatusService2 : Microsoft.VisualStudio.OperationProgress.IVsOperationProgressStatusService
type IVsOperationProgressStatusService2 = interface
    interface IVsOperationProgressStatusService
Public Interface IVsOperationProgressStatusService2
Implements IVsOperationProgressStatusService
Implements

Methods

GetProjectStageStatus(Guid, String, Boolean)

Provides information about the stage of a particular project.

GetStageStatus(String)

Provides access to the status of the specified stage.

(Inherited from IVsOperationProgressStatusService)
GetStageStatusForSolutionLoad(String)

Provides access to the status of the specified stage, correlated with solution loads.

(Inherited from IVsOperationProgressStatusService)

Applies to