Partager via


IBackgroundWorkIndicator.AddScope(String) Méthode

Définition

Permet de mettre à jour le texte de ce IBackgroundWorkIndicator et de signaler la progression.

public Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope AddScope (string description);
abstract member AddScope : string -> Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope
Public Function AddScope (description As String) As BackgroundWorkOperationScope

Paramètres

description
String

Retours

BackgroundWorkOperationScope qui peut être supprimé lorsque le travail de cette étendue est terminé.

Remarques

Cette méthode peut être appelée à partir de n’importe quel thread.

S’applique à