IBackgroundWorkIndicatorService Interface
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.
Fabrique pour créer des s légers IBackgroundWorkIndicatorqui peuvent s’asseoir dans l’éditeur de manière discrète contrairement à threaded-Wait-Dialog. Les fonctionnalités peuvent l’utiliser pour indiquer aux utilisateurs que le travail se produit en arrière-plan sans empêcher l’utilisateur de continuer à travailler avec son code.
public interface IBackgroundWorkIndicatorService
type IBackgroundWorkIndicatorService = interface
Public Interface IBackgroundWorkIndicatorService
Remarques
Il s’agit d’un composant MEF qui doit être importé comme suit :
[Import]
IBackgroundWorkIndicatorService backgroundWorkIndicatorService = null;
Méthodes
Create(ITextView, SnapshotSpan, String, BackgroundWorkIndicatorOptions) |
Crée un indicateur de travail en arrière-plan à l’emplacement demandé pour informer l’utilisateur que le travail en arrière-plan se produit. Le travail est toujours annulable par l’utilisateur appuyant sur la touche « échappement ». |