Share via


IVsOperationProgress.RegisterStageId Method

Definition

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

public:
 void RegisterStageId(System::String ^ operationProgressStageId, Microsoft::VisualStudio::OperationProgress::OperationProgressStageOptions ^ operationProgressStageOptions);
public void RegisterStageId (string operationProgressStageId, Microsoft.VisualStudio.OperationProgress.OperationProgressStageOptions operationProgressStageOptions);
abstract member RegisterStageId : string * Microsoft.VisualStudio.OperationProgress.OperationProgressStageOptions -> unit
Public Sub RegisterStageId (operationProgressStageId As String, operationProgressStageOptions As OperationProgressStageOptions)

Parameters

operationProgressStageId
String

Id of the stage to register.

operationProgressStageOptions
OperationProgressStageOptions

Options around how to display this OperationProgressStage.

Applies to