IBufferGraphFactoryService, interface
Crée un graphique de mémoire tampon à partir d'un graphique d'objets ITextBuffer créé par projection.
Espace de noms : Microsoft.VisualStudio.Text.Projection
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Public Interface IBufferGraphFactoryService
public interface IBufferGraphFactoryService
public interface class IBufferGraphFactoryService
type IBufferGraphFactoryService = interface end
public interface IBufferGraphFactoryService
Le type IBufferGraphFactoryService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CreateBufferGraph | Initialise une nouvelle instance du IBufferGraph pour le ITextBuffer spécifié. |
Début
Notes
C'est un composant MEF, et doit être importée comme suit :
[Import] IBufferGraphFactoryService factory = null;
Pour plus d'informations sur des graphiques de mémoire tampon, consultez l'à l'intérieur de l'éditeur.