Interface IBufferTagAggregatorFactoryService
Creates an ITagAggregator<T> for an ITextBuffer.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
Public Interface IBufferTagAggregatorFactoryService
public interface IBufferTagAggregatorFactoryService
public interface class IBufferTagAggregatorFactoryService
type IBufferTagAggregatorFactoryService = interface end
public interface IBufferTagAggregatorFactoryService
Métodos
Nome | Descrição | |
---|---|---|
CreateTagAggregator<T>(ITextBuffer) | Cria um agregador de marca para o buffer de texto especificado. | |
CreateTagAggregator<T>(ITextBuffer, TagAggregatorOptions) | Cria um agregador de marca para o buffer de texto especificado, usando as opções de determinado. |
Superior
Comentários
Esta é uma parte do componente MEF e implementações devem usar o seguinte para importá-lo:
[Import] IBufferTagAggregatorFactoryService factory = null;
Para obter mais informações sobre a marcação, consulte a seção "Marcas e classificadores" Dentro do Editor.. Para obter informações sobre como estender e adicionar marcas, consulte a seção "Estendendo marcas" Pontos de extensão do Editor.