SimpleTagger<T> Constructor (ITextBuffer^)

 

Initializes a new instance of SimpleTagger<T> for the specified buffer.

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

public:
SimpleTagger(
	ITextBuffer^ buffer
)

Parameters

buffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The subject buffer that will be tagged.

Return to top
Show: