Share via


IVsOperationProgressStageStatusForSolutionLoad Interface

Definition

Information about operations in progress correlated with solution load. Note: Current interface and behavior are preliminary and subject to change.

public interface class IVsOperationProgressStageStatusForSolutionLoad : System::ComponentModel::INotifyPropertyChanged
public interface IVsOperationProgressStageStatusForSolutionLoad : System.ComponentModel.INotifyPropertyChanged
type IVsOperationProgressStageStatusForSolutionLoad = interface
    interface INotifyPropertyChanged
Public Interface IVsOperationProgressStageStatusForSolutionLoad
Implements INotifyPropertyChanged
Implements

Properties

IsInProgress

Gets a value indicating whether if the stage is in progres or not.

Methods

WaitForCompletionAsync()

Waits for solution load and any in-progress work to complete. If no work was in progress, it completes when solution is loaded.

Applies to