ITaggerProvider::CreateTagger<T> Method (ITextBuffer^)

 

Creates a tag provider for the specified buffer.

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

generic<typename T>
where T : ITag
ITagger<T>^ CreateTagger(
	ITextBuffer^ buffer
)

Type Parameters

T

The type of the tag.

Return to top
Show: