Condividi tramite


Interfaccia IViewTagAggregatorFactoryService

un servizio che crea ITagAggregator<T> per ITextView.

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

Sintassi

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

Metodi

  Nome Descrizione
Metodo pubblico CreateTagAggregator<T>(ITextView) Crea un aggregatore di tag per l'oggetto specificato ITextView che aggrega i tag del tipo specificato.
Metodo pubblico CreateTagAggregator<T>(ITextView, TagAggregatorOptions) Crea un aggregatore di tag per l'oggetto specificato ITextView e con le opzioni specificate che aggrega i tag del tipo specificato.

In alto

Note

Si tratta di un elemento MEF che deve essere inclusa come segue:

[Import]
IViewLevelTagAggregatorFactoryService factory = null;

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.Text.Tagging