Condividi tramite


Interfaccia IBufferTagAggregatorFactoryService

crea ITagAggregator<T> per ITextBuffer.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
Public Interface IBufferTagAggregatorFactoryService
public interface IBufferTagAggregatorFactoryService
public interface class IBufferTagAggregatorFactoryService
type IBufferTagAggregatorFactoryService =  interface end
public interface IBufferTagAggregatorFactoryService

Metodi

  Nome Descrizione
Metodo pubblico CreateTagAggregator<T>(ITextBuffer) Crea un aggregatore di tag per il buffer di testo specificato.
Metodo pubblico CreateTagAggregator<T>(ITextBuffer, TagAggregatorOptions) Crea un aggregatore di tag per il buffer di testo specificato utilizzando le opzioni specificate.

In alto

Note

Si tratta di un elemento del framework MEF e le implementazioni devono utilizzare le seguenti per incorporarlo:

[Import] IBufferTagAggregatorFactoryService factory = null;

Per ulteriori informazioni sul contrassegno, vedere la sezione “classificatori i tag e di„ Nell'editor. Per informazioni sull'estensione e l'aggiunta dei tag, vedere la sezione dei tag estensione di„ Punti di estensione di editor.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging