IVsOperationProgress.RegisterStageId Yöntem

Tanım

Geçirilen kimliğe göre yeni bir aşama kaydeder. Kimlik zaten kaydedilmişse, bu işlev bir op değildir.

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)

Parametreler

operationProgressStageId
String

Kaydolmak için aşamanın kimliği

operationProgressStageOptions
OperationProgressStageOptions

Bu OperationProgressStage 'in nasıl görüntüleneceği konusunda seçenekler

Şunlara uygulanır