IBackgroundWorkIndicator.AddScope(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.