IViewTagAggregatorFactoryService::CreateTagAggregator<T> Method (ITextView^, TagAggregatorOptions)

 

Creates a tag aggregator for the specified ITextView and with the given options that aggregates tags of the given type.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

generic<typename T>
where T : ITag
ITagAggregator<T>^ CreateTagAggregator(
	ITextView^ textView,
	TagAggregatorOptions options
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView with which to get the ITagAggregator<T>.

options
Type: Microsoft.VisualStudio.Text.Tagging::TagAggregatorOptions

The options to use for the newly created aggregator.

Return Value

Type: Microsoft.VisualStudio.Text.Tagging::ITagAggregator<T>^

The ITagAggregator<T> of the correct type for textView.

Type Parameters

T

The type of tag to aggregate.

Return to top
Show: